Html Css Color HEX #5981CD Havelock Blue

📋 copy color: '#5981CD'

red 89 ◦ green 129 ◦ blue 205

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

Shades of Havelock Blue #5981CD

Tints of Havelock Blue #5981CD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.5%

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 21.04%
G = 30.5%
B = 48.46%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5981CD (or 0x5981CD) is known color: Havelock Blue. HEX triplet: 59, 81 and CD. RGB value is (89,129,205). Sum of RGB (Red+Green+Blue) = 89+129+205=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #5981CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5981CD is #A67E32. Grayscale: #7D7D7D. Windows color (decimal): -10911283 or 13467993. OLE color: 13467993.

HSL color Cylindrical-coordinate representation of color #5981CD: hue angle of 219.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5981CD is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 129 205 -
CMYK 0.57 0.37 0 0.20
HSL 219.31º 0.54% 0.58% -
HSV(B) 219.31º 0.57% 0.8% -
XYZ 22.99 22.23 60.84 -
YUV 125.7 172.75 101.82 -
System Red Green Blue C M Y K H S L
Decimal 89 129 205 0.57 0.37 0 0.20 219.31 0.54 0.58
Hex 59 81 CD 39 25 0 14 DB 36 3A
Octal 131 201 315 71 45 0 24 333 66 72
Binary 1011001 10000001 11001101 111001 100101 0 10100 11011011 110110 111010

Color Harmonies of #5981CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5981CD

Black with #5981CD

Text Example


Text Example

White with #5981CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5981CD; }

 p { color: rgb(89,129,205); }

 H1.HeaderClassName
 {
   color: #5981CD;
 }
 .AnyTagClassName
 {
   color: #5981CD;
 }
</style>

background-color css

<style>
 a { background-color: #5981CD; }

 a { background-color: rgb(89,129,205); }

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

border-color css

<style>
 span { border-color: #5981CD; }

 span { border-color: rgb(89,129,205); }

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