#5566EE

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

Shades of Royal Blue #5566EE

Tints of Royal Blue #5566EE

Color information

#5566EE (or 0x5566EE) is unknown color: approx Royal Blue. HEX triplet: 55, 66 and EE. RGB value is (85,102,238). Sum of RGB (Red+Green+Blue) = 85+102+238=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #5566EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5566EE is #AA9911. Grayscale: #6F6F6F. Windows color (decimal): -11180306 or 15623765. OLE color: 15623765.

HSL color Cylindrical-coordinate representation of color #5566EE: hue angle of 233.33º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5566EE is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85102238-
CMYK0.640.5700.07
HSL233.33º81.82%63.33%-
HSV(B)233.33º64.29%93.33%-
XYZ23.9317.6183.03-
YUV112.42198.87108.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 238 (93.36% from 255) = 56%
R=20%
G=24%
B=56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851022380.640.5700.07233.3381.8263.33
Hex5566EE403907e9523f
Octal125146356100710735112277
Binary101010111001101110111010000001110010111111010011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5566EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5566EE; }

 p { color: rgb(85,102,238); }

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

<style>
 a { background-color: #5566EE; }

 a { background-color: rgb(85,102,238); }

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

<style>
 span { border-color: #5566EE; }

 span { border-color: rgb(85,102,238); }

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