#556CD6

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

Shades of Royal Blue #556CD6

Tints of Royal Blue #556CD6

Color information

#556CD6 (or 0x556CD6) is unknown color: approx Royal Blue. HEX triplet: 55, 6C and D6. RGB value is (85,108,214). Sum of RGB (Red+Green+Blue) = 85+108+214=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #556CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CD6 is #AA9329. Grayscale: #707070. Windows color (decimal): -11178794 or 14052437. OLE color: 14052437.

HSL color Cylindrical-coordinate representation of color #556CD6: hue angle of 229.3º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #556CD6 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85108214-
CMYK0.600.5000.16
HSL229.3º61.14%58.63%-
HSV(B)229.3º60.28%83.92%-
XYZ21.2517.5165.88-
YUV113.21184.88107.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 214 (83.98% from 255) = 52.58%
R=20.88%
G=26.54%
B=52.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851082140.600.5000.16229.361.1458.63
Hex556CD63C32010e53d3b
Octal12515432674620203457573
Binary101010111011001101011011110011001001000011100101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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