Html Css Color HEX #556CCE Royal Blue

📋 copy color: '#556CCE'

red 85 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #556CCE

Tints of Royal Blue #556CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 21.3%
G = 27.07%
B = 51.63%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#556CCE (or 0x556CCE) is known color: Royal Blue. HEX triplet: 55, 6C and CE. RGB value is (85,108,206). Sum of RGB (Red+Green+Blue) = 85+108+206=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #556CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CCE is #AA9331. Grayscale: #6F6F6F. Windows color (decimal): -11178802 or 13528149. OLE color: 13528149.

HSL color Cylindrical-coordinate representation of color #556CCE: hue angle of 228.6º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556CCE is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 108 206 -
CMYK 0.59 0.48 0 0.19
HSL 228.6º 0.55% 0.57% -
HSV(B) 228.6º 0.59% 0.81% -
XYZ 20.25 17.11 60.63 -
YUV 112.3 180.88 108.53 -
System Red Green Blue C M Y K H S L
Decimal 85 108 206 0.59 0.48 0 0.19 228.6 0.55 0.57
Hex 55 6C CE 3B 30 0 13 E5 37 39
Octal 125 154 316 73 60 0 23 345 67 71
Binary 1010101 1101100 11001110 111011 110000 0 10011 11100101 110111 111001

Color Harmonies of #556CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CCE

Black with #556CCE

Text Example


Text Example

White with #556CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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