#556ECC

Color #556ECC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #556ECC

Tints of Royal Blue #556ECC

Color information

#556ECC (or 0x556ECC) is unknown color: approx 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

RGB85110204-
CMYK0.580.4600.2
HSL227.39º53.85%56.67%-
HSV(B)227.39º58.33%80%-
XYZ20.2217.4459.43-
YUV113.24179.22107.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=21.30%
G=27.57%
B=51.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal851102040.580.4600.2227.3953.8556.67
Hex556ECC3A2E014e33639
Octal12515631472560243436671
Binary101010111011101100110011101010111001010011100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>