Html Css Color HEX #5280BB Havelock Blue

📋 copy color: '#5280BB'

red 82 ◦ green 128 ◦ blue 187

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

Shades of Havelock Blue #5280BB

Tints of Havelock Blue #5280BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 20.65%
G = 32.24%
B = 47.1%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5280BB (or 0x5280BB) is known color: Havelock Blue. HEX triplet: 52, 80 and BB. RGB value is (82,128,187). Sum of RGB (Red+Green+Blue) = 82+128+187=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #5280BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280BB is #AD7F44. Grayscale: #787878. Windows color (decimal): -11370309 or 12288082. OLE color: 12288082.

HSL color Cylindrical-coordinate representation of color #5280BB: hue angle of 213.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5280BB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 128 187 -
CMYK 0.56 0.32 0 0.27
HSL 213.71º 0.44% 0.53% -
HSV(B) 213.71º 0.56% 0.73% -
XYZ 20.17 20.82 49.97 -
YUV 120.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 82 128 187 0.56 0.32 0 0.27 213.71 0.44 0.53
Hex 52 80 BB 38 20 0 1B D6 2C 35
Octal 122 200 273 70 40 0 33 326 54 65
Binary 1010010 10000000 10111011 111000 100000 0 11011 11010110 101100 110101

Color Harmonies of #5280BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280BB

Black with #5280BB

Text Example


Text Example

White with #5280BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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