#5867D8

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

Shades of Royal Blue #5867D8

Tints of Royal Blue #5867D8

Color information

#5867D8 (or 0x5867D8) is unknown color: approx Royal Blue. HEX triplet: 58, 67 and D8. RGB value is (88,103,216). Sum of RGB (Red+Green+Blue) = 88+103+216=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #5867D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5867D8 is #A79827. Grayscale: #6E6E6E. Windows color (decimal): -10983464 or 14182232. OLE color: 14182232.

HSL color Cylindrical-coordinate representation of color #5867D8: hue angle of 232.97º degrees, saturation: 0.62, 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 #5867D8 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB88103216-
CMYK0.590.5200.15
HSL232.97º62.14%59.61%-
HSV(B)232.97º59.26%84.71%-
XYZ21.2716.7367.07-
YUV111.4187.03111.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.62%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 216 (84.77% from 255) = 53.07%
R=21.62%
G=25.31%
B=53.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal881032160.590.5200.15232.9762.1459.61
Hex5867D83B340Fe93e3c
Octal13014733073640173517674
Binary10110001100111110110001110111101000111111101001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5867D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5867D8; }

 p { color: rgb(88,103,216); }

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

<style>
 a { background-color: #5867D8; }

 a { background-color: rgb(88,103,216); }

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

<style>
 span { border-color: #5867D8; }

 span { border-color: rgb(88,103,216); }

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