#5865DE

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

Shades of Royal Blue #5865DE

Tints of Royal Blue #5865DE

Color information

#5865DE (or 0x5865DE) is unknown color: approx Royal Blue. HEX triplet: 58, 65 and DE. RGB value is (88,101,222). Sum of RGB (Red+Green+Blue) = 88+101+222=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #5865DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865DE is #A79A21. Grayscale: #6E6E6E. Windows color (decimal): -10983970 or 14574936. OLE color: 14574936.

HSL color Cylindrical-coordinate representation of color #5865DE: hue angle of 234.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5865DE is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB88101222-
CMYK0.600.5500.13
HSL234.18º67%60.78%-
HSV(B)234.18º60.36%87.06%-
XYZ21.8616.6671.17-
YUV110.91190.69111.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.41%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 222 (87.11% from 255) = 54.01%
R=21.41%
G=24.57%
B=54.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal881012220.600.5500.13234.186760.78
Hex5865DE3C370Dea433d
Octal130145336746701535210375
Binary101100011001011101111011110011011101101111010101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5865DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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