#5075BD

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

Shades of Havelock Blue #5075BD

Tints of Havelock Blue #5075BD

Color information

#5075BD (or 0x5075BD) is unknown color: approx Havelock Blue. HEX triplet: 50, 75 and BD. RGB value is (80,117,189). Sum of RGB (Red+Green+Blue) = 80+117+189=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #5075BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075BD is #AF8A42. Grayscale: #717171. Windows color (decimal): -11504195 or 12416336. OLE color: 12416336.

HSL color Cylindrical-coordinate representation of color #5075BD: hue angle of 219.63º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5075BD is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80117189-
CMYK0.580.3800.26
HSL219.63º45.23%52.75%-
HSV(B)219.63º57.67%74.12%-
XYZ18.8518.150.64-
YUV114.15170.24103.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.73%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 189 (74.22% from 255) = 48.96%
R=20.73%
G=30.31%
B=48.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801171890.580.3800.26219.6345.2352.75
Hex5075BD3A2601Adc2d35
Octal12016527572460323345565
Binary101000011101011011110111101010011001101011011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5075BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5075BD; }

 p { color: rgb(80,117,189); }

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

<style>
 a { background-color: #5075BD; }

 a { background-color: rgb(80,117,189); }

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

<style>
 span { border-color: #5075BD; }

 span { border-color: rgb(80,117,189); }

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