Html Css Color HEX #597889 Hoki

📋 copy color: '#597889'

red 89 ◦ green 120 ◦ blue 137

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

Shades of Hoki #597889

Tints of Hoki #597889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 25.72%
G = 34.68%
B = 39.6%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#597889 (or 0x597889) is known color: Hoki. HEX triplet: 59, 78 and 89. RGB value is (89,120,137). Sum of RGB (Red+Green+Blue) = 89+120+137=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #597889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597889 is #A68776. Grayscale: #707070. Windows color (decimal): -10913655 or 9009241. OLE color: 9009241.

HSL color Cylindrical-coordinate representation of color #597889: hue angle of 201.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #597889 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 120 137 -
CMYK 0.35 0.12 0 0.46
HSL 201.25º 0.21% 0.44% -
HSV(B) 201.25º 0.35% 0.54% -
XYZ 15.35 17.36 26.21 -
YUV 112.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 89 120 137 0.35 0.12 0 0.46 201.25 0.21 0.44
Hex 59 78 89 23 C 0 2E C9 15 2C
Octal 131 170 211 43 14 0 56 311 25 54
Binary 1011001 1111000 10001001 100011 1100 0 101110 11001001 10101 101100

Color Harmonies of #597889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597889

Black with #597889

Text Example


Text Example

White with #597889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597889; }

 p { color: rgb(89,120,137); }

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

background-color css

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

 a { background-color: rgb(89,120,137); }

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

border-color css

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

 span { border-color: rgb(89,120,137); }

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