#5569CE

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

Shades of Royal Blue #5569CE

Tints of Royal Blue #5569CE

Color information

#5569CE (or 0x5569CE) is unknown color: approx Royal Blue. HEX triplet: 55, 69 and CE. RGB value is (85,105,206). Sum of RGB (Red+Green+Blue) = 85+105+206=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #5569CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5569CE is #AA9631. Grayscale: #6E6E6E. Windows color (decimal): -11179570 or 13527381. OLE color: 13527381.

HSL color Cylindrical-coordinate representation of color #5569CE: hue angle of 230.08º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5569CE is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85105206-
CMYK0.590.4900.19
HSL230.08º55.25%57.06%-
HSV(B)230.08º58.74%80.78%-
XYZ19.9416.4960.52-
YUV110.53181.87109.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 206 (80.86% from 255) = 52.02%
R=21.46%
G=26.52%
B=52.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851052060.590.4900.19230.0855.2557.06
Hex5569CE3B31013e63739
Octal12515131673610233466771
Binary101010111010011100111011101111000101001111100110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5569CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5569CE; }

 p { color: rgb(85,105,206); }

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

<style>
 a { background-color: #5569CE; }

 a { background-color: rgb(85,105,206); }

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

<style>
 span { border-color: #5569CE; }

 span { border-color: rgb(85,105,206); }

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