#5766D9

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

Shades of Royal Blue #5766D9

Tints of Royal Blue #5766D9

Color information

#5766D9 (or 0x5766D9) is unknown color: approx Royal Blue. HEX triplet: 57, 66 and D9. RGB value is (87,102,217). Sum of RGB (Red+Green+Blue) = 87+102+217=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #5766D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766D9 is #A89926. Grayscale: #6E6E6E. Windows color (decimal): -11049255 or 14247511. OLE color: 14247511.

HSL color Cylindrical-coordinate representation of color #5766D9: hue angle of 233.08º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5766D9 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB87102217-
CMYK0.600.5300.15
HSL233.08º63.11%59.61%-
HSV(B)233.08º59.91%85.1%-
XYZ21.2116.5467.72-
YUV110.62188.03111.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.43%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 217 (85.16% from 255) = 53.45%
R=21.43%
G=25.12%
B=53.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal871022170.600.5300.15233.0863.1159.61
Hex5766D93C350Fe93f3c
Octal12714633174650173517774
Binary10101111100110110110011111001101010111111101001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5766D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5766D9; }

 p { color: rgb(87,102,217); }

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

<style>
 a { background-color: #5766D9; }

 a { background-color: rgb(87,102,217); }

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

<style>
 span { border-color: #5766D9; }

 span { border-color: rgb(87,102,217); }

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