#5983C2

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

Shades of Havelock Blue #5983C2

Tints of Havelock Blue #5983C2

Color information

#5983C2 (or 0x5983C2) is unknown color: approx Havelock Blue. HEX triplet: 59, 83 and C2. RGB value is (89,131,194). Sum of RGB (Red+Green+Blue) = 89+131+194=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #5983C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5983C2 is #A67C3D. Grayscale: #7D7D7D. Windows color (decimal): -10910782 or 12747609. OLE color: 12747609.

HSL color Cylindrical-coordinate representation of color #5983C2: hue angle of 216º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5983C2 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89131194-
CMYK0.540.3200.24
HSL216º46.26%55.49%-
HSV(B)216º54.12%76.08%-
XYZ21.9722.2554.18-
YUV125.62166.59101.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.50%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 194 (76.17% from 255) = 46.86%
R=21.50%
G=31.64%
B=46.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891311940.540.3200.2421646.2655.49
Hex5983C23620018d82e37
Octal13120330266400303305667
Binary1011001100000111100001011011010000001100011011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5983C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5983C2; }

 p { color: rgb(89,131,194); }

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

<style>
 a { background-color: #5983C2; }

 a { background-color: rgb(89,131,194); }

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

<style>
 span { border-color: #5983C2; }

 span { border-color: rgb(89,131,194); }

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