Html Css Color HEX #5277BD Havelock Blue

📋 copy color: '#5277BD'

red 82 ◦ green 119 ◦ blue 189

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

Shades of Havelock Blue #5277BD

Tints of Havelock Blue #5277BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.51%

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

R = 21.03%
G = 30.51%
B = 48.46%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5277BD (or 0x5277BD) is known color: Havelock Blue. HEX triplet: 52, 77 and BD. RGB value is (82,119,189). Sum of RGB (Red+Green+Blue) = 82+119+189=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #5277BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5277BD is #AD8842. Grayscale: #737373. Windows color (decimal): -11372611 or 12416850. OLE color: 12416850.

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

Color convert

RGB 82 119 189 -
CMYK 0.57 0.37 0 0.26
HSL 219.25º 0.45% 0.53% -
HSV(B) 219.25º 0.57% 0.74% -
XYZ 19.26 18.66 50.73 -
YUV 115.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 82 119 189 0.57 0.37 0 0.26 219.25 0.45 0.53
Hex 52 77 BD 39 25 0 1A DB 2D 35
Octal 122 167 275 71 45 0 32 333 55 65
Binary 1010010 1110111 10111101 111001 100101 0 11010 11011011 101101 110101

Color Harmonies of #5277BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5277BD

Black with #5277BD

Text Example


Text Example

White with #5277BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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