Html Css Color HEX #5280BE Havelock Blue

📋 copy color: '#5280BE'

red 82 ◦ green 128 ◦ blue 190

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

Shades of Havelock Blue #5280BE

Tints of Havelock Blue #5280BE

RGB

 RED value IS 82 (32.42% from 255) = 20.5%

 GREEN value IS 128 (50.39% from 255) = 32%

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 20.5%
G = 32%
B = 47.5%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5280BE (or 0x5280BE) is known color: Havelock Blue. HEX triplet: 52, 80 and BE. RGB value is (82,128,190). Sum of RGB (Red+Green+Blue) = 82+128+190=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #5280BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280BE is #AD7F41. Grayscale: #797979. Windows color (decimal): -11370306 or 12484690. OLE color: 12484690.

HSL color Cylindrical-coordinate representation of color #5280BE: hue angle of 214.44º 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 #5280BE is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 128 190 -
CMYK 0.57 0.33 0 0.25
HSL 214.44º 0.45% 0.53% -
HSV(B) 214.44º 0.57% 0.75% -
XYZ 20.49 20.95 51.68 -
YUV 121.31 166.76 99.96 -
System Red Green Blue C M Y K H S L
Decimal 82 128 190 0.57 0.33 0 0.25 214.44 0.45 0.53
Hex 52 80 BE 39 21 0 19 D6 2D 35
Octal 122 200 276 71 41 0 31 326 55 65
Binary 1010010 10000000 10111110 111001 100001 0 11001 11010110 101101 110101

Color Harmonies of #5280BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280BE

Black with #5280BE

Text Example


Text Example

White with #5280BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5280BE;
 }
 .AnyTagClassName
 {
   color: #5280BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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