Html Css Color HEX #5975B7 Havelock Blue

📋 copy color: '#5975B7'

red 89 ◦ green 117 ◦ blue 183

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

Shades of Havelock Blue #5975B7

Tints of Havelock Blue #5975B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.04%

R = 22.88%
G = 30.08%
B = 47.04%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5975B7 (or 0x5975B7) is known color: Havelock Blue. HEX triplet: 59, 75 and B7. RGB value is (89,117,183). Sum of RGB (Red+Green+Blue) = 89+117+183=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #5975B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975B7 is #A68A48. Grayscale: #737373. Windows color (decimal): -10914377 or 12023129. OLE color: 12023129.

HSL color Cylindrical-coordinate representation of color #5975B7: hue angle of 222.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5975B7 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 89 117 183 -
CMYK 0.51 0.36 0 0.28
HSL 222.13º 0.39% 0.53% -
HSV(B) 222.13º 0.51% 0.72% -
XYZ 19.03 18.27 47.32 -
YUV 116.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 89 117 183 0.51 0.36 0 0.28 222.13 0.39 0.53
Hex 59 75 B7 33 24 0 1C DE 27 35
Octal 131 165 267 63 44 0 34 336 47 65
Binary 1011001 1110101 10110111 110011 100100 0 11100 11011110 100111 110101

Color Harmonies of #5975B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5975B7

Black with #5975B7

Text Example


Text Example

White with #5975B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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