#5076BE

Color #5076BE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5076BE

Tints of Havelock Blue #5076BE

Color information

#5076BE (or 0x5076BE) is unknown color: approx Havelock Blue. HEX triplet: 50, 76 and BE. RGB value is (80,118,190). Sum of RGB (Red+Green+Blue) = 80+118+190=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #5076BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5076BE is #AF8941. Grayscale: #727272. Windows color (decimal): -11503938 or 12482128. OLE color: 12482128.

HSL color Cylindrical-coordinate representation of color #5076BE: hue angle of 219.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5076BE is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80118190-
CMYK0.580.3800.25
HSL219.27º45.83%52.94%-
HSV(B)219.27º57.89%74.51%-
XYZ19.0818.3851.26-
YUV114.85170.41103.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=20.62%
G=30.41%
B=48.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801181900.580.3800.25219.2745.8352.94
Hex5076BE3A26019db2e35
Octal12016627672460313335665
Binary101000011101101011111011101010011001100111011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5076BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5076BE; }

 p { color: rgb(80,118,190); }

 H1.HeaderClassName
 {
   color: #5076BE;
 }
 .AnyTagClassName
 {
   color: #5076BE;
 }
</style>
background-color css

<style>
 a { background-color: #5076BE; }

 a { background-color: rgb(80,118,190); }

 div.DivClassName
 {
   background-color: #5076BE;
 }
 .BgClassName
 {
   background-color: #5076BE;
 }
</style>
border-color css

<style>
 span { border-color: #5076BE; }

 span { border-color: rgb(80,118,190); }

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