#5B79C0

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

Shades of Havelock Blue #5B79C0

Tints of Havelock Blue #5B79C0

Color information

#5B79C0 (or 0x5B79C0) is unknown color: approx Havelock Blue. HEX triplet: 5B, 79 and C0. RGB value is (91,121,192). Sum of RGB (Red+Green+Blue) = 91+121+192=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #5B79C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B79C0 is #A4863F. Grayscale: #777777. Windows color (decimal): -10782272 or 12613979. OLE color: 12613979.

HSL color Cylindrical-coordinate representation of color #5B79C0: hue angle of 222.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B79C0 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91121192-
CMYK0.530.3700.25
HSL222.18º44.49%55.49%-
HSV(B)222.18º52.6%75.29%-
XYZ20.6719.752.58-
YUV120.12168.56107.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.52%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 192 (75.39% from 255) = 47.52%
R=22.52%
G=29.95%
B=47.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911211920.530.3700.25222.1844.4955.49
Hex5B79C03525019de2c37
Octal13317130065450313365467
Binary101101111110011100000011010110010101100111011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B79C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B79C0; }

 p { color: rgb(91,121,192); }

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

<style>
 a { background-color: #5B79C0; }

 a { background-color: rgb(91,121,192); }

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

<style>
 span { border-color: #5B79C0; }

 span { border-color: rgb(91,121,192); }

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