Html Css Color HEX #597D84 Hoki

📋 copy color: '#597D84'

red 89 ◦ green 125 ◦ blue 132

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

Shades of Hoki #597D84

Tints of Hoki #597D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 132 (51.95% from 255) = 38.15%

R = 25.72%
G = 36.13%
B = 38.15%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597D84 (or 0x597D84) is known color: Hoki. HEX triplet: 59, 7D and 84. RGB value is (89,125,132). Sum of RGB (Red+Green+Blue) = 89+125+132=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #597D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D84 is #A6827B. Grayscale: #727272. Windows color (decimal): -10912380 or 8682841. OLE color: 8682841.

HSL color Cylindrical-coordinate representation of color #597D84: hue angle of 189.77º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #597D84 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 125 132 -
CMYK 0.33 0.05 0 0.48
HSL 189.77º 0.19% 0.43% -
HSV(B) 189.77º 0.33% 0.52% -
XYZ 15.62 18.46 24.57 -
YUV 115.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 89 125 132 0.33 0.05 0 0.48 189.77 0.19 0.43
Hex 59 7D 84 21 5 0 30 BE 13 2B
Octal 131 175 204 41 5 0 60 276 23 53
Binary 1011001 1111101 10000100 100001 101 0 110000 10111110 10011 101011

Color Harmonies of #597D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597D84

Black with #597D84

Text Example


Text Example

White with #597D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,125,132); }

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

background-color css

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

 a { background-color: rgb(89,125,132); }

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

border-color css

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

 span { border-color: rgb(89,125,132); }

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