#5b7cd1

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

Shades of Havelock Blue #5B7CD1

Tints of Havelock Blue #5B7CD1

Color information

#5B7CD1 (or 0x5B7CD1) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7C and D1. RGB value is (91,124,209). Sum of RGB (Red+Green+Blue) = 91+124+209=424 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.46% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #5B7CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7CD1 is #A4832E. Grayscale: #7B7B7B. Windows color (decimal): -10781487 or 13728859. OLE color: 13728859.

HSL color Cylindrical-coordinate representation of color #5B7CD1: hue angle of 223.22º degrees, saturation: 0.56, 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 #5B7CD1 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB91124209-
CMYK0.560.4100.18
HSL223.22º56.19%58.82%-
HSV(B)223.22º56.46%81.96%-
XYZ23.0321.2463.21-
YUV123.82176.07104.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.46%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 209 (82.03% from 255) = 49.29%
R=21.46%
G=29.25%
B=49.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal911242090.560.4100.18223.2256.1958.82
Hex5B7CD13829012df383b
Octal13317432170510223377073
Binary101101111111001101000111100010100101001011011111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b7cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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