Html Css Color HEX #597A8D Hoki

📋 copy color: '#597A8D'

red 89 ◦ green 122 ◦ blue 141

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

Shades of Hoki #597A8D

Tints of Hoki #597A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

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

R = 25.28%
G = 34.66%
B = 40.06%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#597A8D (or 0x597A8D) is known color: Hoki. HEX triplet: 59, 7A and 8D. RGB value is (89,122,141). Sum of RGB (Red+Green+Blue) = 89+122+141=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #597A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A8D is #A68572. Grayscale: #727272. Windows color (decimal): -10913139 or 9271897. OLE color: 9271897.

HSL color Cylindrical-coordinate representation of color #597A8D: hue angle of 201.92º 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 #597A8D is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 122 141 -
CMYK 0.37 0.13 0 0.45
HSL 201.92º 0.23% 0.45% -
HSV(B) 201.92º 0.37% 0.55% -
XYZ 15.89 17.97 27.83 -
YUV 114.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 89 122 141 0.37 0.13 0 0.45 201.92 0.23 0.45
Hex 59 7A 8D 25 D 0 2D CA 17 2D
Octal 131 172 215 45 15 0 55 312 27 55
Binary 1011001 1111010 10001101 100101 1101 0 101101 11001010 10111 101101

Color Harmonies of #597A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597A8D

Black with #597A8D

Text Example


Text Example

White with #597A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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