Html Css Color HEX #597E92 Horizon

📋 copy color: '#597E92'

red 89 ◦ green 126 ◦ blue 146

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

Shades of Horizon #597E92

Tints of Horizon #597E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 24.65%
G = 34.9%
B = 40.44%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597E92 (or 0x597E92) is known color: Horizon. HEX triplet: 59, 7E and 92. RGB value is (89,126,146). Sum of RGB (Red+Green+Blue) = 89+126+146=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #597E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E92 is #A6816D. Grayscale: #757575. Windows color (decimal): -10912110 or 9600601. OLE color: 9600601.

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

Color convert

RGB 89 126 146 -
CMYK 0.39 0.14 0 0.43
HSL 201.05º 0.24% 0.46% -
HSV(B) 201.05º 0.39% 0.57% -
XYZ 16.77 19.12 30 -
YUV 117.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 89 126 146 0.39 0.14 0 0.43 201.05 0.24 0.46
Hex 59 7E 92 27 E 0 2B C9 18 2E
Octal 131 176 222 47 16 0 53 311 30 56
Binary 1011001 1111110 10010010 100111 1110 0 101011 11001001 11000 101110

Color Harmonies of #597E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597E92

Black with #597E92

Text Example


Text Example

White with #597E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,126,146); }

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

background-color css

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

 a { background-color: rgb(89,126,146); }

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

border-color css

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

 span { border-color: rgb(89,126,146); }

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