Html Css Color HEX #5272BE Havelock Blue

📋 copy color: '#5272BE'

red 82 ◦ green 114 ◦ blue 190

#5272BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5272BE

Tints of Havelock Blue #5272BE

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 value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5272BE (or 0x5272BE) is known color: 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

RGB 82 114 190 -
CMYK 0.57 0.40 0 0.25
HSL 222.22º 0.45% 0.53% -
HSV(B) 222.22º 0.57% 0.75% -
XYZ 18.79 17.55 51.11 -
YUV 113.1 171.4 105.82 -
System Red Green Blue C M Y K H S L
Decimal 82 114 190 0.57 0.40 0 0.25 222.22 0.45 0.53
Hex 52 72 BE 39 28 0 19 DE 2D 35
Octal 122 162 276 71 50 0 31 336 55 65
Binary 1010010 1110010 10111110 111001 101000 0 11001 11011110 101101 110101

Color Harmonies of #5272BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5272BE

Black with #5272BE

Text Example


Text Example

White with #5272BE

Text Example


Text Example

HTML Codes & Css Web 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>