#556ADA

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

Shades of Royal Blue #556ADA

Tints of Royal Blue #556ADA

Color information

#556ADA (or 0x556ADA) is unknown color: approx Royal Blue. HEX triplet: 55, 6A and DA. RGB value is (85,106,218). Sum of RGB (Red+Green+Blue) = 85+106+218=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #556ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ADA is #AA9525. Grayscale: #707070. Windows color (decimal): -11179302 or 14314069. OLE color: 14314069.

HSL color Cylindrical-coordinate representation of color #556ADA: hue angle of 230.53º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #556ADA is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85106218-
CMYK0.610.5100.15
HSL230.53º64.25%59.41%-
HSV(B)230.53º61.01%85.49%-
XYZ21.5617.368.53-
YUV112.49187.54108.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 218 (85.55% from 255) = 53.30%
R=20.78%
G=25.92%
B=53.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851062180.610.5100.15230.5364.2559.41
Hex556ADA3D330Fe7403b
Octal125152332756301734710073
Binary101010111010101101101011110111001101111111001111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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