Html Css Color HEX #556CEB Royal Blue

📋 copy color: '#556CEB'

red 85 ◦ green 108 ◦ blue 235

#556CEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #556CEB

Tints of Royal Blue #556CEB

RGB

 RED value IS 85 (33.59% from 255) = 19.86%

 GREEN value IS 108 (42.58% from 255) = 25.23%

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 19.86%
G = 25.23%
B = 54.91%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#556CEB (or 0x556CEB) is known color: Royal Blue. HEX triplet: 55, 6C and EB. RGB value is (85,108,235). Sum of RGB (Red+Green+Blue) = 85+108+235=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #556CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556CEB is #AA9314. Grayscale: #737373. Windows color (decimal): -11178773 or 15428693. OLE color: 15428693.

HSL color Cylindrical-coordinate representation of color #556CEB: hue angle of 230.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556CEB is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 108 235 -
CMYK 0.64 0.54 0 0.08
HSL 230.8º 0.79% 0.63% -
HSV(B) 230.8º 0.64% 0.92% -
XYZ 24.1 18.65 80.93 -
YUV 115.6 195.38 106.17 -
System Red Green Blue C M Y K H S L
Decimal 85 108 235 0.64 0.54 0 0.08 230.8 0.79 0.63
Hex 55 6C EB 40 36 0 8 E7 4F 3F
Octal 125 154 353 100 66 0 10 347 117 77
Binary 1010101 1101100 11101011 1000000 110110 0 1000 11100111 1001111 111111

Color Harmonies of #556CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CEB

Black with #556CEB

Text Example


Text Example

White with #556CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556CEB; }

 p { color: rgb(85,108,235); }

 H1.HeaderClassName
 {
   color: #556CEB;
 }
 .AnyTagClassName
 {
   color: #556CEB;
 }
</style>

background-color css

<style>
 a { background-color: #556CEB; }

 a { background-color: rgb(85,108,235); }

 div.DivClassName
 {
   background-color: #556CEB;
 }
 .BgClassName
 {
   background-color: #556CEB;
 }
</style>

border-color css

<style>
 span { border-color: #556CEB; }

 span { border-color: rgb(85,108,235); }

 td.TdClassName
 {
   border-color: #556CEB;
 }
 .TagClassName
 {
   border-color: #556CEB;
 }
</style>