#5B7FB0

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

Shades of Havelock Blue #5B7FB0

Tints of Havelock Blue #5B7FB0

Color information

#5B7FB0 (or 0x5B7FB0) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7F and B0. RGB value is (91,127,176). Sum of RGB (Red+Green+Blue) = 91+127+176=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 176 - color contains mainly: blue. Hex color #5B7FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7FB0 is #A4804F. Grayscale: #797979. Windows color (decimal): -10780752 or 11566939. OLE color: 11566939.

HSL color Cylindrical-coordinate representation of color #5B7FB0: hue angle of 214.59º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B7FB0 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB91127176-
CMYK0.480.2800.31
HSL214.59º34.98%52.35%-
HSV(B)214.59º48.3%69.02%-
XYZ19.7420.5444-
YUV121.82158.57106.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.10%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 176 (69.14% from 255) = 44.67%
R=23.10%
G=32.23%
B=44.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911271760.480.2800.31214.5934.9852.35
Hex5B7FB0301C01Fd72334
Octal13317726060340373274364
Binary10110111111111101100001100001110001111111010111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,127,176); }

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

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

 a { background-color: rgb(91,127,176); }

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

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

 span { border-color: rgb(91,127,176); }

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