Html Css Color HEX #597E8A Hoki

📋 copy color: '#597E8A'

red 89 ◦ green 126 ◦ blue 138

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

Shades of Hoki #597E8A

Tints of Hoki #597E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 25.21%
G = 35.69%
B = 39.09%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#597E8A (or 0x597E8A) is known color: Hoki. HEX triplet: 59, 7E and 8A. RGB value is (89,126,138). Sum of RGB (Red+Green+Blue) = 89+126+138=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #597E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E8A is #A68175. Grayscale: #747474. Windows color (decimal): -10912118 or 9076313. OLE color: 9076313.

HSL color Cylindrical-coordinate representation of color #597E8A: hue angle of 194.69º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #597E8A is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 126 138 -
CMYK 0.36 0.09 0 0.46
HSL 194.69º 0.22% 0.45% -
HSV(B) 194.69º 0.36% 0.54% -
XYZ 16.17 18.88 26.84 -
YUV 116.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 89 126 138 0.36 0.09 0 0.46 194.69 0.22 0.45
Hex 59 7E 8A 24 9 0 2E C3 16 2D
Octal 131 176 212 44 11 0 56 303 26 55
Binary 1011001 1111110 10001010 100100 1001 0 101110 11000011 10110 101101

Color Harmonies of #597E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597E8A

Black with #597E8A

Text Example


Text Example

White with #597E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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