#5B85C1

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

Shades of Havelock Blue #5B85C1

Tints of Havelock Blue #5B85C1

Color information

#5B85C1 (or 0x5B85C1) is unknown color: approx Havelock Blue. HEX triplet: 5B, 85 and C1. RGB value is (91,133,193). Sum of RGB (Red+Green+Blue) = 91+133+193=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B85C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B85C1 is #A47A3E. Grayscale: #7F7F7F. Windows color (decimal): -10779199 or 12682587. OLE color: 12682587.

HSL color Cylindrical-coordinate representation of color #5B85C1: hue angle of 215.29º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B85C1 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB91133193-
CMYK0.530.3100.24
HSL215.29º45.13%55.69%-
HSV(B)215.29º52.85%75.69%-
XYZ22.3322.8553.69-
YUV127.28165.09102.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.82%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=21.82%
G=31.89%
B=46.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal911331930.530.3100.24215.2945.1355.69
Hex5B85C1351F018d72d38
Octal13320530165370303275570
Binary101101110000101110000011101011111101100011010111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B85C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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