Html Css Color HEX #597F93 Horizon

📋 copy color: '#597F93'

red 89 ◦ green 127 ◦ blue 147

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

Shades of Horizon #597F93

Tints of Horizon #597F93

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 24.52%
G = 34.99%
B = 40.5%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597F93 (or 0x597F93) is known color: Horizon. HEX triplet: 59, 7F and 93. RGB value is (89,127,147). Sum of RGB (Red+Green+Blue) = 89+127+147=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #597F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F93 is #A6806C. Grayscale: #757575. Windows color (decimal): -10911853 or 9666393. OLE color: 9666393.

HSL color Cylindrical-coordinate representation of color #597F93: hue angle of 200.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #597F93 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 127 147 -
CMYK 0.39 0.14 0 0.42
HSL 200.69º 0.25% 0.46% -
HSV(B) 200.69º 0.39% 0.58% -
XYZ 16.98 19.41 30.46 -
YUV 117.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 89 127 147 0.39 0.14 0 0.42 200.69 0.25 0.46
Hex 59 7F 93 27 E 0 2A C9 19 2E
Octal 131 177 223 47 16 0 52 311 31 56
Binary 1011001 1111111 10010011 100111 1110 0 101010 11001001 11001 101110

Color Harmonies of #597F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597F93

Black with #597F93

Text Example


Text Example

White with #597F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,127,147); }

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

background-color css

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

 a { background-color: rgb(89,127,147); }

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

border-color css

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

 span { border-color: rgb(89,127,147); }

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