Html Css Color HEX #597BBA Havelock Blue

📋 copy color: '#597BBA'

red 89 ◦ green 123 ◦ blue 186

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

Shades of Havelock Blue #597BBA

Tints of Havelock Blue #597BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.9%

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

R = 22.36%
G = 30.9%
B = 46.73%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#597BBA (or 0x597BBA) is known color: Havelock Blue. HEX triplet: 59, 7B and BA. RGB value is (89,123,186). Sum of RGB (Red+Green+Blue) = 89+123+186=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #597BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597BBA is #A68445. Grayscale: #777777. Windows color (decimal): -10912838 or 12221273. OLE color: 12221273.

HSL color Cylindrical-coordinate representation of color #597BBA: hue angle of 218.97º 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 #597BBA is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 123 186 -
CMYK 0.52 0.34 0 0.27
HSL 218.97º 0.41% 0.54% -
HSV(B) 218.97º 0.52% 0.73% -
XYZ 20.07 19.83 49.23 -
YUV 120.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 89 123 186 0.52 0.34 0 0.27 218.97 0.41 0.54
Hex 59 7B BA 34 22 0 1B DB 29 36
Octal 131 173 272 64 42 0 33 333 51 66
Binary 1011001 1111011 10111010 110100 100010 0 11011 11011011 101001 110110

Color Harmonies of #597BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597BBA

Black with #597BBA

Text Example


Text Example

White with #597BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597BBA; }

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

 H1.HeaderClassName
 {
   color: #597BBA;
 }
 .AnyTagClassName
 {
   color: #597BBA;
 }
</style>

background-color css

<style>
 a { background-color: #597BBA; }

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

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

border-color css

<style>
 span { border-color: #597BBA; }

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

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