#5179BE

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

Shades of Havelock Blue #5179BE

Tints of Havelock Blue #5179BE

Color information

#5179BE (or 0x5179BE) is unknown color: approx Havelock Blue. HEX triplet: 51, 79 and BE. RGB value is (81,121,190). Sum of RGB (Red+Green+Blue) = 81+121+190=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #5179BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5179BE is #AE8641. Grayscale: #747474. Windows color (decimal): -11437634 or 12482897. OLE color: 12482897.

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

Color convert

RGB81121190-
CMYK0.570.3600.25
HSL217.98º45.61%53.14%-
HSV(B)217.98º57.37%74.51%-
XYZ19.5219.1451.38-
YUV116.91169.25102.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.66%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=20.66%
G=30.87%
B=48.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811211900.570.3600.25217.9845.6153.14
Hex5179BE3924019da2e35
Octal12117127671440313325665
Binary101000111110011011111011100110010001100111011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5179BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,121,190); }

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

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

 a { background-color: rgb(81,121,190); }

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

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

 span { border-color: rgb(81,121,190); }

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