#5865D9

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

Shades of Royal Blue #5865D9

Tints of Royal Blue #5865D9

Color information

#5865D9 (or 0x5865D9) is unknown color: approx Royal Blue. HEX triplet: 58, 65 and D9. RGB value is (88,101,217). Sum of RGB (Red+Green+Blue) = 88+101+217=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 101 (39.84% from 255 or 24.88% 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 #5865D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865D9 is #A79A26. Grayscale: #6D6D6D. Windows color (decimal): -10983975 or 14247256. OLE color: 14247256.

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

Color convert

RGB88101217-
CMYK0.590.5300.15
HSL233.95º62.93%59.8%-
HSV(B)233.95º59.45%85.1%-
XYZ21.216.3967.69-
YUV110.34188.19112.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.67%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 217 (85.16% from 255) = 53.45%
R=21.67%
G=24.88%
B=53.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal881012170.590.5300.15233.9562.9359.8
Hex5865D93B350Fea3f3c
Octal13014533173650173527774
Binary10110001100101110110011110111101010111111101010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5865D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,101,217); }

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

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

 a { background-color: rgb(88,101,217); }

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

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

 span { border-color: rgb(88,101,217); }

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