Html Css Color HEX #5280BD Havelock Blue

📋 copy color: '#5280BD'

red 82 ◦ green 128 ◦ blue 189

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

Shades of Havelock Blue #5280BD

Tints of Havelock Blue #5280BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 20.55%
G = 32.08%
B = 47.37%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5280BD (or 0x5280BD) is known color: Havelock Blue. HEX triplet: 52, 80 and BD. RGB value is (82,128,189). Sum of RGB (Red+Green+Blue) = 82+128+189=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #5280BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280BD is #AD7F42. Grayscale: #787878. Windows color (decimal): -11370307 or 12419154. OLE color: 12419154.

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

Color convert

RGB 82 128 189 -
CMYK 0.57 0.32 0 0.26
HSL 214.21º 0.45% 0.53% -
HSV(B) 214.21º 0.57% 0.74% -
XYZ 20.38 20.91 51.11 -
YUV 121.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 82 128 189 0.57 0.32 0 0.26 214.21 0.45 0.53
Hex 52 80 BD 39 20 0 1A D6 2D 35
Octal 122 200 275 71 40 0 32 326 55 65
Binary 1010010 10000000 10111101 111001 100000 0 11010 11010110 101101 110101

Color Harmonies of #5280BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280BD

Black with #5280BD

Text Example


Text Example

White with #5280BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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