#5272BE

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

Shades of Havelock Blue #5272BE

Tints of Havelock Blue #5272BE

Color information

#5272BE (or 0x5272BE) is unknown color: approx Havelock Blue. HEX triplet: 52, 72 and BE. RGB value is (82,114,190). Sum of RGB (Red+Green+Blue) = 82+114+190=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #5272BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5272BE is #AD8D41. Grayscale: #707070. Windows color (decimal): -11373890 or 12481106. OLE color: 12481106.

HSL color Cylindrical-coordinate representation of color #5272BE: hue angle of 222.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5272BE is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82114190-
CMYK0.570.4000.25
HSL222.22º45.38%53.33%-
HSV(B)222.22º56.84%74.51%-
XYZ18.7917.5551.11-
YUV113.1171.4105.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.24%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=21.24%
G=29.53%
B=49.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821141900.570.4000.25222.2245.3853.33
Hex5272BE3928019de2d35
Octal12216227671500313365565
Binary101001011100101011111011100110100001100111011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5272BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5272BE; }

 p { color: rgb(82,114,190); }

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

<style>
 a { background-color: #5272BE; }

 a { background-color: rgb(82,114,190); }

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

<style>
 span { border-color: #5272BE; }

 span { border-color: rgb(82,114,190); }

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