Html Css Color HEX #5982CD Havelock Blue

📋 copy color: '#5982CD'

red 89 ◦ green 130 ◦ blue 205

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

Shades of Havelock Blue #5982CD

Tints of Havelock Blue #5982CD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.66%

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

R = 20.99%
G = 30.66%
B = 48.35%

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

#5982CD (or 0x5982CD) is known color: Havelock Blue. HEX triplet: 59, 82 and CD. RGB value is (89,130,205). Sum of RGB (Red+Green+Blue) = 89+130+205=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #5982CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5982CD is #A67D32. Grayscale: #7D7D7D. Windows color (decimal): -10911027 or 13468249. OLE color: 13468249.

HSL color Cylindrical-coordinate representation of color #5982CD: hue angle of 218.79º 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 #5982CD is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 130 205 -
CMYK 0.57 0.37 0 0.20
HSL 218.79º 0.54% 0.58% -
HSV(B) 218.79º 0.57% 0.8% -
XYZ 23.12 22.5 60.88 -
YUV 126.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 89 130 205 0.57 0.37 0 0.20 218.79 0.54 0.58
Hex 59 82 CD 39 25 0 14 DB 36 3A
Octal 131 202 315 71 45 0 24 333 66 72
Binary 1011001 10000010 11001101 111001 100101 0 10100 11011011 110110 111010

Color Harmonies of #5982CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5982CD

Black with #5982CD

Text Example


Text Example

White with #5982CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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