#5D80BF

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

Shades of Havelock Blue #5D80BF

Tints of Havelock Blue #5D80BF

Color information

#5D80BF (or 0x5D80BF) is unknown color: approx Havelock Blue. HEX triplet: 5D, 80 and BF. RGB value is (93,128,191). Sum of RGB (Red+Green+Blue) = 93+128+191=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D80BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D80BF is #A27F40. Grayscale: #7C7C7C. Windows color (decimal): -10649409 or 12550237. OLE color: 12550237.

HSL color Cylindrical-coordinate representation of color #5D80BF: hue angle of 218.57º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D80BF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB93128191-
CMYK0.510.3300.25
HSL218.57º43.36%55.69%-
HSV(B)218.57º51.31%74.9%-
XYZ21.6421.5352.3-
YUV124.72165.4105.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.57%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 191 (75% from 255) = 46.36%
R=22.57%
G=31.07%
B=46.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931281910.510.3300.25218.5743.3655.69
Hex5D80BF3321019db2b38
Octal13520027763410313335370
Binary1011101100000001011111111001110000101100111011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,128,191); }

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

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

 a { background-color: rgb(93,128,191); }

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

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

 span { border-color: rgb(93,128,191); }

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