#5567e6

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

Shades of Royal Blue #5567E6

Tints of Royal Blue #5567E6

Color information

#5567E6 (or 0x5567E6) is unknown color: approx Royal Blue. HEX triplet: 55, 67 and E6. RGB value is (85,103,230). Sum of RGB (Red+Green+Blue) = 85+103+230=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 230 (90.23% from 255 or 55.02% from 418); Max value from RGB is 230 - color contains mainly: blue. Hex color #5567E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5567E6 is #AA9819. Grayscale: #6F6F6F. Windows color (decimal): -11180058 or 15099733. OLE color: 15099733.

HSL color Cylindrical-coordinate representation of color #5567E6: hue angle of 232.55º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5567E6 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB85103230-
CMYK0.630.5500.10
HSL232.55º74.36%61.76%-
HSV(B)232.55º63.04%90.2%-
XYZ22.8817.3477-
YUV112.1194.54108.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 230 (90.23% from 255) = 55.02%
R=20.33%
G=24.64%
B=55.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal851032300.630.5500.10232.5574.3661.76
Hex5567E63F370Ae94a3e
Octal125147346776701235111276
Binary101010111001111110011011111111011101010111010011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5567e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5567e6; }

 p { color: rgb(85,103,230); }

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

<style>
 a { background-color: #5567e6; }

 a { background-color: rgb(85,103,230); }

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

<style>
 span { border-color: #5567e6; }

 span { border-color: rgb(85,103,230); }

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