Html Css Color HEX #597FBA Havelock Blue

📋 copy color: '#597FBA'

red 89 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #597FBA

Tints of Havelock Blue #597FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 22.14%
G = 31.59%
B = 46.27%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#597FBA (or 0x597FBA) is known color: Havelock Blue. HEX triplet: 59, 7F and BA. RGB value is (89,127,186). Sum of RGB (Red+Green+Blue) = 89+127+186=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #597FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FBA is #A68045. Grayscale: #7A7A7A. Windows color (decimal): -10911814 or 12222297. OLE color: 12222297.

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

Color convert

RGB 89 127 186 -
CMYK 0.52 0.32 0 0.27
HSL 216.49º 0.41% 0.54% -
HSV(B) 216.49º 0.52% 0.73% -
XYZ 20.57 20.85 49.39 -
YUV 122.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 89 127 186 0.52 0.32 0 0.27 216.49 0.41 0.54
Hex 59 7F BA 34 20 0 1B D8 29 36
Octal 131 177 272 64 40 0 33 330 51 66
Binary 1011001 1111111 10111010 110100 100000 0 11011 11011000 101001 110110

Color Harmonies of #597FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597FBA

Black with #597FBA

Text Example


Text Example

White with #597FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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