Html Css Color HEX #597E89 Hoki

📋 copy color: '#597E89'

red 89 ◦ green 126 ◦ blue 137

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

Shades of Hoki #597E89

Tints of Hoki #597E89

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.8%

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

R = 25.28%
G = 35.8%
B = 38.92%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#597E89 (or 0x597E89) is known color: Hoki. HEX triplet: 59, 7E and 89. RGB value is (89,126,137). Sum of RGB (Red+Green+Blue) = 89+126+137=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #597E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E89 is #A68176. Grayscale: #747474. Windows color (decimal): -10912119 or 9010777. OLE color: 9010777.

HSL color Cylindrical-coordinate representation of color #597E89: hue angle of 193.75º 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 #597E89 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 126 137 -
CMYK 0.35 0.08 0 0.46
HSL 193.75º 0.21% 0.44% -
HSV(B) 193.75º 0.35% 0.54% -
XYZ 16.1 18.85 26.46 -
YUV 116.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 89 126 137 0.35 0.08 0 0.46 193.75 0.21 0.44
Hex 59 7E 89 23 8 0 2E C2 15 2C
Octal 131 176 211 43 10 0 56 302 25 54
Binary 1011001 1111110 10001001 100011 1000 0 101110 11000010 10101 101100

Color Harmonies of #597E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597E89

Black with #597E89

Text Example


Text Example

White with #597E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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