#556CD5

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

Shades of Royal Blue #556CD5

Tints of Royal Blue #556CD5

Color information

#556CD5 (or 0x556CD5) is unknown color: approx Royal Blue. HEX triplet: 55, 6C and D5. RGB value is (85,108,213). Sum of RGB (Red+Green+Blue) = 85+108+213=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #556CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CD5 is #AA932A. Grayscale: #707070. Windows color (decimal): -11178795 or 13986901. OLE color: 13986901.

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

Color convert

RGB85108213-
CMYK0.600.4900.16
HSL229.22º60.38%58.43%-
HSV(B)229.22º60.09%83.53%-
XYZ21.1217.4665.21-
YUV113.09184.38107.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 213 (83.59% from 255) = 52.46%
R=20.94%
G=26.60%
B=52.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851082130.600.4900.16229.2260.3858.43
Hex556CD53C31010e53c3a
Octal12515432574610203457472
Binary101010111011001101010111110011000101000011100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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