Html Css Color HEX #597B85 Hoki

📋 copy color: '#597B85'

red 89 ◦ green 123 ◦ blue 133

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

Shades of Hoki #597B85

Tints of Hoki #597B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.65%

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

R = 25.8%
G = 35.65%
B = 38.55%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597B85 (or 0x597B85) is known color: Hoki. HEX triplet: 59, 7B and 85. RGB value is (89,123,133). Sum of RGB (Red+Green+Blue) = 89+123+133=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #597B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597B85 is #A6847A. Grayscale: #717171. Windows color (decimal): -10912891 or 8747865. OLE color: 8747865.

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

Color convert

RGB 89 123 133 -
CMYK 0.33 0.08 0 0.48
HSL 193.64º 0.2% 0.44% -
HSV(B) 193.64º 0.33% 0.52% -
XYZ 15.44 17.98 24.85 -
YUV 113.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 89 123 133 0.33 0.08 0 0.48 193.64 0.2 0.44
Hex 59 7B 85 21 8 0 30 C2 14 2C
Octal 131 173 205 41 10 0 60 302 24 54
Binary 1011001 1111011 10000101 100001 1000 0 110000 11000010 10100 101100

Color Harmonies of #597B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597B85

Black with #597B85

Text Example


Text Example

White with #597B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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