Html Css Color HEX #5975BD Havelock Blue

📋 copy color: '#5975BD'

red 89 ◦ green 117 ◦ blue 189

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

Shades of Havelock Blue #5975BD

Tints of Havelock Blue #5975BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 22.53%
G = 29.62%
B = 47.85%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5975BD (or 0x5975BD) is known color: Havelock Blue. HEX triplet: 59, 75 and BD. RGB value is (89,117,189). Sum of RGB (Red+Green+Blue) = 89+117+189=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #5975BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975BD is #A68A42. Grayscale: #747474. Windows color (decimal): -10914371 or 12416345. OLE color: 12416345.

HSL color Cylindrical-coordinate representation of color #5975BD: hue angle of 223.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5975BD is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 117 189 -
CMYK 0.53 0.38 0 0.26
HSL 223.2º 0.43% 0.55% -
HSV(B) 223.2º 0.53% 0.74% -
XYZ 19.67 18.52 50.68 -
YUV 116.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 89 117 189 0.53 0.38 0 0.26 223.2 0.43 0.55
Hex 59 75 BD 35 26 0 1A DF 2B 37
Octal 131 165 275 65 46 0 32 337 53 67
Binary 1011001 1110101 10111101 110101 100110 0 11010 11011111 101011 110111

Color Harmonies of #5975BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5975BD

Black with #5975BD

Text Example


Text Example

White with #5975BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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