#5b85ce

Color #5B85CE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5B85CE

Tints of Havelock Blue #5B85CE

Color information

#5B85CE (or 0x5B85CE) is unknown color: approx Havelock Blue. HEX triplet: 5B, 85 and CE. RGB value is (91,133,206). Sum of RGB (Red+Green+Blue) = 91+133+206=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B85CE is #A47A31. Grayscale: #808080. Windows color (decimal): -10779186 or 13534555. OLE color: 13534555.

HSL color Cylindrical-coordinate representation of color #5B85CE: hue angle of 218.09º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B85CE is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB91133206-
CMYK0.560.3500.19
HSL218.09º53.99%58.24%-
HSV(B)218.09º55.83%80.78%-
XYZ23.8423.4661.66-
YUV128.76171.59101.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.16%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 206 (80.86% from 255) = 47.91%
R=21.16%
G=30.93%
B=47.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal911332060.560.3500.19218.0953.9958.24
Hex5B85CE3823013da363a
Octal13320531670430233326672
Binary1011011100001011100111011100010001101001111011010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b85ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5b85ce; }

 p { color: rgb(91,133,206); }

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

<style>
 a { background-color: #5b85ce; }

 a { background-color: rgb(91,133,206); }

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

<style>
 span { border-color: #5b85ce; }

 span { border-color: rgb(91,133,206); }

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