Html Css Color HEX #5975BE Havelock Blue

📋 copy color: '#5975BE'

red 89 ◦ green 117 ◦ blue 190

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

Shades of Havelock Blue #5975BE

Tints of Havelock Blue #5975BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 22.47%
G = 29.55%
B = 47.98%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5975BE (or 0x5975BE) is known color: Havelock Blue. HEX triplet: 59, 75 and BE. RGB value is (89,117,190). Sum of RGB (Red+Green+Blue) = 89+117+190=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #5975BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975BE is #A68A41. Grayscale: #747474. Windows color (decimal): -10914370 or 12481881. OLE color: 12481881.

HSL color Cylindrical-coordinate representation of color #5975BE: hue angle of 223.37º 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 #5975BE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 117 190 -
CMYK 0.53 0.38 0 0.25
HSL 223.37º 0.44% 0.55% -
HSV(B) 223.37º 0.53% 0.75% -
XYZ 19.78 18.56 51.26 -
YUV 116.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 89 117 190 0.53 0.38 0 0.25 223.37 0.44 0.55
Hex 59 75 BE 35 26 0 19 DF 2C 37
Octal 131 165 276 65 46 0 31 337 54 67
Binary 1011001 1110101 10111110 110101 100110 0 11001 11011111 101100 110111

Color Harmonies of #5975BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5975BE

Black with #5975BE

Text Example


Text Example

White with #5975BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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