Html Css Color HEX #5277B9 Havelock Blue

📋 copy color: '#5277B9'

red 82 ◦ green 119 ◦ blue 185

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

Shades of Havelock Blue #5277B9

Tints of Havelock Blue #5277B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.93%

R = 21.24%
G = 30.83%
B = 47.93%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5277B9 (or 0x5277B9) is known color: Havelock Blue. HEX triplet: 52, 77 and B9. RGB value is (82,119,185). Sum of RGB (Red+Green+Blue) = 82+119+185=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #5277B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5277B9 is #AD8846. Grayscale: #737373. Windows color (decimal): -11372615 or 12154706. OLE color: 12154706.

HSL color Cylindrical-coordinate representation of color #5277B9: hue angle of 218.45º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5277B9 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 119 185 -
CMYK 0.56 0.36 0 0.27
HSL 218.45º 0.42% 0.52% -
HSV(B) 218.45º 0.56% 0.73% -
XYZ 18.83 18.49 48.48 -
YUV 115.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 82 119 185 0.56 0.36 0 0.27 218.45 0.42 0.52
Hex 52 77 B9 38 24 0 1B DA 2A 34
Octal 122 167 271 70 44 0 33 332 52 64
Binary 1010010 1110111 10111001 111000 100100 0 11011 11011010 101010 110100

Color Harmonies of #5277B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5277B9

Black with #5277B9

Text Example


Text Example

White with #5277B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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