#5860DE

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

Shades of Royal Blue #5860DE

Tints of Royal Blue #5860DE

Color information

#5860DE (or 0x5860DE) is unknown color: approx Royal Blue. HEX triplet: 58, 60 and DE. RGB value is (88,96,222). Sum of RGB (Red+Green+Blue) = 88+96+222=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #5860DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5860DE is #A79F21. Grayscale: #6B6B6B. Windows color (decimal): -10985250 or 14573656. OLE color: 14573656.

HSL color Cylindrical-coordinate representation of color #5860DE: hue angle of 236.42º 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 #5860DE is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8896222-
CMYK0.600.5700.13
HSL236.42º67%60.78%-
HSV(B)236.42º60.36%87.06%-
XYZ21.3915.7171.01-
YUV107.97192.35113.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.67%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 222 (87.11% from 255) = 54.68%
R=21.67%
G=23.65%
B=54.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88962220.600.5700.13236.426760.78
Hex5860DE3C390Dec433d
Octal130140336747101535410375
Binary101100011000001101111011110011100101101111011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5860DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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