Html Css Color HEX #556ECC Royal Blue

📋 copy color: '#556ECC'

red 85 ◦ green 110 ◦ blue 204

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

Shades of Royal Blue #556ECC

Tints of Royal Blue #556ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 21.3%
G = 27.57%
B = 51.13%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#556ECC (or 0x556ECC) is known color: Royal Blue. HEX triplet: 55, 6E and CC. RGB value is (85,110,204). Sum of RGB (Red+Green+Blue) = 85+110+204=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #556ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ECC is #AA9133. Grayscale: #707070. Windows color (decimal): -11178292 or 13397589. OLE color: 13397589.

HSL color Cylindrical-coordinate representation of color #556ECC: hue angle of 227.39º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556ECC is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 110 204 -
CMYK 0.58 0.46 0 0.2
HSL 227.4º 0.54% 0.57% -
HSV(B) 227.4º 0.58% 0.8% -
XYZ 20.22 17.44 59.43 -
YUV 113.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 85 110 204 0.58 0.46 0 0.2 227.4 0.54 0.57
Hex 55 6E CC 3A 2E 0 14 E3 36 39
Octal 125 156 314 72 56 0 24 343 66 71
Binary 1010101 1101110 11001100 111010 101110 0 10100 11100011 110110 111001

Color Harmonies of #556ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ECC

Black with #556ECC

Text Example


Text Example

White with #556ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,110,204); }

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

background-color css

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

 a { background-color: rgb(85,110,204); }

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

border-color css

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

 span { border-color: rgb(85,110,204); }

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