Html Css Color HEX #597F8D Hoki

📋 copy color: '#597F8D'

red 89 ◦ green 127 ◦ blue 141

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

Shades of Hoki #597F8D

Tints of Hoki #597F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 24.93%
G = 35.57%
B = 39.5%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#597F8D (or 0x597F8D) is known color: Hoki. HEX triplet: 59, 7F and 8D. RGB value is (89,127,141). Sum of RGB (Red+Green+Blue) = 89+127+141=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #597F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F8D is #A68072. Grayscale: #757575. Windows color (decimal): -10911859 or 9273177. OLE color: 9273177.

HSL color Cylindrical-coordinate representation of color #597F8D: hue angle of 196.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #597F8D is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 127 141 -
CMYK 0.37 0.10 0 0.45
HSL 196.15º 0.23% 0.45% -
HSV(B) 196.15º 0.37% 0.55% -
XYZ 16.52 19.23 28.04 -
YUV 117.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 89 127 141 0.37 0.10 0 0.45 196.15 0.23 0.45
Hex 59 7F 8D 25 A 0 2D C4 17 2D
Octal 131 177 215 45 12 0 55 304 27 55
Binary 1011001 1111111 10001101 100101 1010 0 101101 11000100 10111 101101

Color Harmonies of #597F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597F8D

Black with #597F8D

Text Example


Text Example

White with #597F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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