#5B85CC

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

Shades of Havelock Blue #5B85CC

Tints of Havelock Blue #5B85CC

Color information

#5B85CC (or 0x5B85CC) is unknown color: approx Havelock Blue. HEX triplet: 5B, 85 and CC. RGB value is (91,133,204). Sum of RGB (Red+Green+Blue) = 91+133+204=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B85CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B85CC is #A47A33. Grayscale: #808080. Windows color (decimal): -10779188 or 13403483. OLE color: 13403483.

HSL color Cylindrical-coordinate representation of color #5B85CC: hue angle of 217.7º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B85CC is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB91133204-
CMYK0.550.3500.2
HSL217.7º52.56%57.84%-
HSV(B)217.7º55.39%80%-
XYZ23.623.3660.39-
YUV128.54170.59101.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.26%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=21.26%
G=31.07%
B=47.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal911332040.550.3500.2217.752.5657.84
Hex5B85CC3723014da353a
Octal13320531467430243326572
Binary1011011100001011100110011011110001101010011011010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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