Html Css Color HEX #5975BA Havelock Blue

📋 copy color: '#5975BA'

red 89 ◦ green 117 ◦ blue 186

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

Shades of Havelock Blue #5975BA

Tints of Havelock Blue #5975BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 22.7%
G = 29.85%
B = 47.45%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5975BA (or 0x5975BA) is known color: Havelock Blue. HEX triplet: 59, 75 and BA. RGB value is (89,117,186). Sum of RGB (Red+Green+Blue) = 89+117+186=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #5975BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975BA is #A68A45. Grayscale: #747474. Windows color (decimal): -10914374 or 12219737. OLE color: 12219737.

HSL color Cylindrical-coordinate representation of color #5975BA: hue angle of 222.68º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5975BA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 117 186 -
CMYK 0.52 0.37 0 0.27
HSL 222.68º 0.41% 0.54% -
HSV(B) 222.68º 0.52% 0.73% -
XYZ 19.34 18.39 48.98 -
YUV 116.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 89 117 186 0.52 0.37 0 0.27 222.68 0.41 0.54
Hex 59 75 BA 34 25 0 1B DF 29 36
Octal 131 165 272 64 45 0 33 337 51 66
Binary 1011001 1110101 10111010 110100 100101 0 11011 11011111 101001 110110

Color Harmonies of #5975BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5975BA

Black with #5975BA

Text Example


Text Example

White with #5975BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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