Html Css Color HEX #5975BF Havelock Blue

📋 copy color: '#5975BF'

red 89 ◦ green 117 ◦ blue 191

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

Shades of Havelock Blue #5975BF

Tints of Havelock Blue #5975BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 22.42%
G = 29.47%
B = 48.11%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5975BF (or 0x5975BF) is known color: Havelock Blue. HEX triplet: 59, 75 and BF. RGB value is (89,117,191). Sum of RGB (Red+Green+Blue) = 89+117+191=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #5975BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975BF is #A68A40. Grayscale: #747474. Windows color (decimal): -10914369 or 12547417. OLE color: 12547417.

HSL color Cylindrical-coordinate representation of color #5975BF: hue angle of 223.53º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5975BF is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 117 191 -
CMYK 0.53 0.39 0 0.25
HSL 223.53º 0.44% 0.55% -
HSV(B) 223.53º 0.53% 0.75% -
XYZ 19.89 18.61 51.83 -
YUV 117.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 89 117 191 0.53 0.39 0 0.25 223.53 0.44 0.55
Hex 59 75 BF 35 27 0 19 E0 2C 37
Octal 131 165 277 65 47 0 31 340 54 67
Binary 1011001 1110101 10111111 110101 100111 0 11001 11100000 101100 110111

Color Harmonies of #5975BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5975BF

Black with #5975BF

Text Example


Text Example

White with #5975BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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