#5275BD

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

Shades of Havelock Blue #5275BD

Tints of Havelock Blue #5275BD

Color information

#5275BD (or 0x5275BD) is unknown color: approx Havelock Blue. HEX triplet: 52, 75 and BD. RGB value is (82,117,189). Sum of RGB (Red+Green+Blue) = 82+117+189=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #5275BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5275BD is #AD8A42. Grayscale: #727272. Windows color (decimal): -11373123 or 12416338. OLE color: 12416338.

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

Color convert

RGB82117189-
CMYK0.570.3800.26
HSL220.37º44.77%53.14%-
HSV(B)220.37º56.61%74.12%-
XYZ19.0318.1950.65-
YUV114.74169.9104.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=21.13%
G=30.15%
B=48.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821171890.570.3800.26220.3744.7753.14
Hex5275BD392601Adc2d35
Octal12216527571460323345565
Binary101001011101011011110111100110011001101011011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5275BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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