#556CDE

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

Shades of Royal Blue #556CDE

Tints of Royal Blue #556CDE

Color information

#556CDE (or 0x556CDE) is unknown color: approx Royal Blue. HEX triplet: 55, 6C and DE. RGB value is (85,108,222). Sum of RGB (Red+Green+Blue) = 85+108+222=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #556CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CDE is #AA9321. Grayscale: #717171. Windows color (decimal): -11178786 or 14576725. OLE color: 14576725.

HSL color Cylindrical-coordinate representation of color #556CDE: hue angle of 229.93º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556CDE is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85108222-
CMYK0.620.5100.13
HSL229.93º67.49%60.2%-
HSV(B)229.93º61.71%87.06%-
XYZ22.2917.9371.39-
YUV114.12188.88107.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 222 (87.11% from 255) = 53.49%
R=20.48%
G=26.02%
B=53.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851082220.620.5100.13229.9367.4960.2
Hex556CDE3E330De6433c
Octal125154336766301534610374
Binary101010111011001101111011111011001101101111001101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #556CDE;
 }
 .AnyTagClassName
 {
   color: #556CDE;
 }
</style>
background-color css

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

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

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

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

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

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