Html Css Color HEX #597B8F Hoki

📋 copy color: '#597B8F'

red 89 ◦ green 123 ◦ blue 143

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

Shades of Hoki #597B8F

Tints of Hoki #597B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 25.07%
G = 34.65%
B = 40.28%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#597B8F (or 0x597B8F) is known color: Hoki. HEX triplet: 59, 7B and 8F. RGB value is (89,123,143). Sum of RGB (Red+Green+Blue) = 89+123+143=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #597B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597B8F is #A68470. Grayscale: #737373. Windows color (decimal): -10912881 or 9403225. OLE color: 9403225.

HSL color Cylindrical-coordinate representation of color #597B8F: hue angle of 202.22º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #597B8F is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 123 143 -
CMYK 0.38 0.14 0 0.44
HSL 202.22º 0.23% 0.45% -
HSV(B) 202.22º 0.38% 0.56% -
XYZ 16.16 18.27 28.66 -
YUV 115.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 89 123 143 0.38 0.14 0 0.44 202.22 0.23 0.45
Hex 59 7B 8F 26 E 0 2C CA 17 2D
Octal 131 173 217 46 16 0 54 312 27 55
Binary 1011001 1111011 10001111 100110 1110 0 101100 11001010 10111 101101

Color Harmonies of #597B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597B8F

Black with #597B8F

Text Example


Text Example

White with #597B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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