Html Css Color HEX #597F85 Hoki

📋 copy color: '#597F85'

red 89 ◦ green 127 ◦ blue 133

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

Shades of Hoki #597F85

Tints of Hoki #597F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 25.5%
G = 36.39%
B = 38.11%

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

#597F85 (or 0x597F85) is known color: Hoki. HEX triplet: 59, 7F and 85. RGB value is (89,127,133). Sum of RGB (Red+Green+Blue) = 89+127+133=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #597F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F85 is #A6807A. Grayscale: #747474. Windows color (decimal): -10911867 or 8748889. OLE color: 8748889.

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

Color convert

RGB 89 127 133 -
CMYK 0.33 0.05 0 0.48
HSL 188.18º 0.2% 0.44% -
HSV(B) 188.18º 0.33% 0.52% -
XYZ 15.94 19 25.02 -
YUV 116.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 89 127 133 0.33 0.05 0 0.48 188.18 0.2 0.44
Hex 59 7F 85 21 5 0 30 BC 14 2C
Octal 131 177 205 41 5 0 60 274 24 54
Binary 1011001 1111111 10000101 100001 101 0 110000 10111100 10100 101100

Color Harmonies of #597F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597F85

Black with #597F85

Text Example


Text Example

White with #597F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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