Html Css Color HEX #597B8D Hoki

📋 copy color: '#597B8D'

red 89 ◦ green 123 ◦ blue 141

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

Shades of Hoki #597B8D

Tints of Hoki #597B8D

RGB

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

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

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

R = 25.21%
G = 34.84%
B = 39.94%

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

#597B8D (or 0x597B8D) is known color: Hoki. HEX triplet: 59, 7B and 8D. RGB value is (89,123,141). Sum of RGB (Red+Green+Blue) = 89+123+141=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #597B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597B8D is #A68472. Grayscale: #727272. Windows color (decimal): -10912883 or 9272153. OLE color: 9272153.

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

Color convert

RGB 89 123 141 -
CMYK 0.37 0.13 0 0.45
HSL 200.77º 0.23% 0.45% -
HSV(B) 200.77º 0.37% 0.55% -
XYZ 16.01 18.21 27.87 -
YUV 114.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 89 123 141 0.37 0.13 0 0.45 200.77 0.23 0.45
Hex 59 7B 8D 25 D 0 2D C9 17 2D
Octal 131 173 215 45 15 0 55 311 27 55
Binary 1011001 1111011 10001101 100101 1101 0 101101 11001001 10111 101101

Color Harmonies of #597B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597B8D

Black with #597B8D

Text Example


Text Example

White with #597B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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