Html Css Color HEX #5072BC Havelock Blue

📋 copy color: '#5072BC'

red 80 ◦ green 114 ◦ blue 188

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

Shades of Havelock Blue #5072BC

Tints of Havelock Blue #5072BC

RGB

 RED value IS 80 (31.64% from 255) = 20.94%

 GREEN value IS 114 (44.92% from 255) = 29.84%

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

R = 20.94%
G = 29.84%
B = 49.21%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5072BC (or 0x5072BC) is known color: Havelock Blue. HEX triplet: 50, 72 and BC. RGB value is (80,114,188). Sum of RGB (Red+Green+Blue) = 80+114+188=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #5072BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5072BC is #AF8D43. Grayscale: #6F6F6F. Windows color (decimal): -11504964 or 12350032. OLE color: 12350032.

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

Color convert

RGB 80 114 188 -
CMYK 0.57 0.39 0 0.26
HSL 221.11º 0.45% 0.53% -
HSV(B) 221.11º 0.57% 0.74% -
XYZ 18.4 17.37 49.96 -
YUV 112.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 80 114 188 0.57 0.39 0 0.26 221.11 0.45 0.53
Hex 50 72 BC 39 27 0 1A DD 2D 35
Octal 120 162 274 71 47 0 32 335 55 65
Binary 1010000 1110010 10111100 111001 100111 0 11010 11011101 101101 110101

Color Harmonies of #5072BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5072BC

Black with #5072BC

Text Example


Text Example

White with #5072BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,114,188); }

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

background-color css

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

 a { background-color: rgb(80,114,188); }

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

border-color css

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

 span { border-color: rgb(80,114,188); }

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