#5569CF

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

Shades of Royal Blue #5569CF

Tints of Royal Blue #5569CF

Color information

#5569CF (or 0x5569CF) is unknown color: approx Royal Blue. HEX triplet: 55, 69 and CF. RGB value is (85,105,207). Sum of RGB (Red+Green+Blue) = 85+105+207=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #5569CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5569CF is #AA9630. Grayscale: #6E6E6E. Windows color (decimal): -11179569 or 13592917. OLE color: 13592917.

HSL color Cylindrical-coordinate representation of color #5569CF: hue angle of 230.16º degrees, saturation: 0.56, 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 #5569CF is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85105207-
CMYK0.590.4900.19
HSL230.16º55.96%57.25%-
HSV(B)230.16º58.94%81.18%-
XYZ20.0616.5461.17-
YUV110.65182.37109.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 207 (81.25% from 255) = 52.14%
R=21.41%
G=26.45%
B=52.14%

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
Decimal851052070.590.4900.19230.1655.9657.25
Hex5569CF3B31013e63839
Octal12515131773610233467071
Binary101010111010011100111111101111000101001111100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5569CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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