Html Css Color HEX #5277BC Havelock Blue

📋 copy color: '#5277BC'

red 82 ◦ green 119 ◦ blue 188

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

Shades of Havelock Blue #5277BC

Tints of Havelock Blue #5277BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 21.08%
G = 30.59%
B = 48.33%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5277BC (or 0x5277BC) is known color: Havelock Blue. HEX triplet: 52, 77 and BC. RGB value is (82,119,188). Sum of RGB (Red+Green+Blue) = 82+119+188=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #5277BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5277BC is #AD8843. Grayscale: #737373. Windows color (decimal): -11372612 or 12351314. OLE color: 12351314.

HSL color Cylindrical-coordinate representation of color #5277BC: hue angle of 219.06º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5277BC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 119 188 -
CMYK 0.56 0.37 0 0.26
HSL 219.06º 0.44% 0.53% -
HSV(B) 219.06º 0.56% 0.74% -
XYZ 19.15 18.62 50.16 -
YUV 115.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 82 119 188 0.56 0.37 0 0.26 219.06 0.44 0.53
Hex 52 77 BC 38 25 0 1A DB 2C 35
Octal 122 167 274 70 45 0 32 333 54 65
Binary 1010010 1110111 10111100 111000 100101 0 11010 11011011 101100 110101

Color Harmonies of #5277BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5277BC

Black with #5277BC

Text Example


Text Example

White with #5277BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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