Html Css Color HEX #597A8B Hoki

📋 copy color: '#597A8B'

red 89 ◦ green 122 ◦ blue 139

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

Shades of Hoki #597A8B

Tints of Hoki #597A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 25.43%
G = 34.86%
B = 39.71%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#597A8B (or 0x597A8B) is known color: Hoki. HEX triplet: 59, 7A and 8B. RGB value is (89,122,139). Sum of RGB (Red+Green+Blue) = 89+122+139=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #597A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A8B is #A68574. Grayscale: #717171. Windows color (decimal): -10913141 or 9140825. OLE color: 9140825.

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

Color convert

RGB 89 122 139 -
CMYK 0.36 0.12 0 0.45
HSL 200.4º 0.22% 0.45% -
HSV(B) 200.4º 0.36% 0.55% -
XYZ 15.74 17.91 27.05 -
YUV 114.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 89 122 139 0.36 0.12 0 0.45 200.4 0.22 0.45
Hex 59 7A 8B 24 C 0 2D C8 16 2D
Octal 131 172 213 44 14 0 55 310 26 55
Binary 1011001 1111010 10001011 100100 1100 0 101101 11001000 10110 101101

Color Harmonies of #597A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597A8B

Black with #597A8B

Text Example


Text Example

White with #597A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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