Html Css Color HEX #5983BA Havelock Blue

📋 copy color: '#5983BA'

red 89 ◦ green 131 ◦ blue 186

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

Shades of Havelock Blue #5983BA

Tints of Havelock Blue #5983BA

RGB

 RED value IS 89 (35.16% from 255) = 21.92%

 GREEN value IS 131 (51.56% from 255) = 32.27%

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 21.92%
G = 32.27%
B = 45.81%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5983BA (or 0x5983BA) is known color: Havelock Blue. HEX triplet: 59, 83 and BA. RGB value is (89,131,186). Sum of RGB (Red+Green+Blue) = 89+131+186=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #5983BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5983BA is #A67C45. Grayscale: #7C7C7C. Windows color (decimal): -10910790 or 12223321. OLE color: 12223321.

HSL color Cylindrical-coordinate representation of color #5983BA: hue angle of 214.02º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5983BA is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 131 186 -
CMYK 0.52 0.30 0 0.27
HSL 214.02º 0.41% 0.54% -
HSV(B) 214.02º 0.52% 0.73% -
XYZ 21.1 21.9 49.57 -
YUV 124.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 89 131 186 0.52 0.30 0 0.27 214.02 0.41 0.54
Hex 59 83 BA 34 1E 0 1B D6 29 36
Octal 131 203 272 64 36 0 33 326 51 66
Binary 1011001 10000011 10111010 110100 11110 0 11011 11010110 101001 110110

Color Harmonies of #5983BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5983BA

Black with #5983BA

Text Example


Text Example

White with #5983BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5983BA;
 }
 .AnyTagClassName
 {
   color: #5983BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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