#5B7CD0

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

Shades of Havelock Blue #5B7CD0

Tints of Havelock Blue #5B7CD0

Color information

#5B7CD0 (or 0x5B7CD0) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7C and D0. RGB value is (91,124,208). Sum of RGB (Red+Green+Blue) = 91+124+208=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #5B7CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7CD0 is #A4832F. Grayscale: #7B7B7B. Windows color (decimal): -10781488 or 13663323. OLE color: 13663323.

HSL color Cylindrical-coordinate representation of color #5B7CD0: hue angle of 223.08º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B7CD0 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB91124208-
CMYK0.560.4000.18
HSL223.08º55.45%58.63%-
HSV(B)223.08º56.25%81.57%-
XYZ22.9121.1962.56-
YUV123.71175.57104.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.51%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 208 (81.64% from 255) = 49.17%
R=21.51%
G=29.31%
B=49.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal911242080.560.4000.18223.0855.4558.63
Hex5B7CD03828012df373b
Octal13317432070500223376773
Binary101101111111001101000011100010100001001011011111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,124,208); }

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

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

 a { background-color: rgb(91,124,208); }

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

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

 span { border-color: rgb(91,124,208); }

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