#556ACD

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

Shades of Royal Blue #556ACD

Tints of Royal Blue #556ACD

Color information

#556ACD (or 0x556ACD) is unknown color: approx Royal Blue. HEX triplet: 55, 6A and CD. RGB value is (85,106,205). Sum of RGB (Red+Green+Blue) = 85+106+205=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #556ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ACD is #AA9532. Grayscale: #6E6E6E. Windows color (decimal): -11179315 or 13462101. OLE color: 13462101.

HSL color Cylindrical-coordinate representation of color #556ACD: hue angle of 229.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556ACD is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85106205-
CMYK0.590.4800.20
HSL229.5º54.55%56.86%-
HSV(B)229.5º58.54%80.39%-
XYZ19.9216.6559.92-
YUV111.01181.04109.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 106 (41.80% from 255) = 26.77%
BLUE value IS 205 (80.47% from 255) = 51.77%
R=21.46%
G=26.77%
B=51.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851062050.590.4800.20229.554.5556.86
Hex556ACD3B30014e63739
Octal12515231573600243466771
Binary101010111010101100110111101111000001010011100110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,106,205); }

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

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

 a { background-color: rgb(85,106,205); }

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

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

 span { border-color: rgb(85,106,205); }

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