Html Css Color HEX #5975BB Havelock Blue

📋 copy color: '#5975BB'

red 89 ◦ green 117 ◦ blue 187

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

Shades of Havelock Blue #5975BB

Tints of Havelock Blue #5975BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 22.65%
G = 29.77%
B = 47.58%

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

#5975BB (or 0x5975BB) is known color: Havelock Blue. HEX triplet: 59, 75 and BB. RGB value is (89,117,187). Sum of RGB (Red+Green+Blue) = 89+117+187=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #5975BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975BB is #A68A44. Grayscale: #747474. Windows color (decimal): -10914373 or 12285273. OLE color: 12285273.

HSL color Cylindrical-coordinate representation of color #5975BB: hue angle of 222.86º degrees, saturation: 0.42, 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 #5975BB is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 117 187 -
CMYK 0.52 0.37 0 0.27
HSL 222.86º 0.42% 0.54% -
HSV(B) 222.86º 0.52% 0.73% -
XYZ 19.45 18.43 49.55 -
YUV 116.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 89 117 187 0.52 0.37 0 0.27 222.86 0.42 0.54
Hex 59 75 BB 34 25 0 1B DF 2A 36
Octal 131 165 273 64 45 0 33 337 52 66
Binary 1011001 1110101 10111011 110100 100101 0 11011 11011111 101010 110110

Color Harmonies of #5975BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5975BB

Black with #5975BB

Text Example


Text Example

White with #5975BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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