Html Css Color HEX #5975CD Havelock Blue

📋 copy color: '#5975CD'

red 89 ◦ green 117 ◦ blue 205

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

Shades of Havelock Blue #5975CD

Tints of Havelock Blue #5975CD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.47%

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

R = 21.65%
G = 28.47%
B = 49.88%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5975CD (or 0x5975CD) is known color: Havelock Blue. HEX triplet: 59, 75 and CD. RGB value is (89,117,205). Sum of RGB (Red+Green+Blue) = 89+117+205=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #5975CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975CD is #A68A32. Grayscale: #767676. Windows color (decimal): -10914355 or 13464921. OLE color: 13464921.

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

Color convert

RGB 89 117 205 -
CMYK 0.57 0.43 0 0.20
HSL 225.52º 0.54% 0.58% -
HSV(B) 225.52º 0.57% 0.8% -
XYZ 21.5 19.25 60.34 -
YUV 118.66 176.72 106.84 -
System Red Green Blue C M Y K H S L
Decimal 89 117 205 0.57 0.43 0 0.20 225.52 0.54 0.58
Hex 59 75 CD 39 2B 0 14 E2 36 3A
Octal 131 165 315 71 53 0 24 342 66 72
Binary 1011001 1110101 11001101 111001 101011 0 10100 11100010 110110 111010

Color Harmonies of #5975CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5975CD

Black with #5975CD

Text Example


Text Example

White with #5975CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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