Html Css Color HEX #597F92 Horizon

📋 copy color: '#597F92'

red 89 ◦ green 127 ◦ blue 146

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

Shades of Horizon #597F92

Tints of Horizon #597F92

RGB

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

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

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

R = 24.59%
G = 35.08%
B = 40.33%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597F92 (or 0x597F92) is known color: Horizon. HEX triplet: 59, 7F and 92. RGB value is (89,127,146). Sum of RGB (Red+Green+Blue) = 89+127+146=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #597F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F92 is #A6806D. Grayscale: #757575. Windows color (decimal): -10911854 or 9600857. OLE color: 9600857.

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

Color convert

RGB 89 127 146 -
CMYK 0.39 0.13 0 0.43
HSL 200º 0.24% 0.46% -
HSV(B) 200º 0.39% 0.57% -
XYZ 16.9 19.38 30.04 -
YUV 117.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 89 127 146 0.39 0.13 0 0.43 200 0.24 0.46
Hex 59 7F 92 27 D 0 2B C8 18 2E
Octal 131 177 222 47 15 0 53 310 30 56
Binary 1011001 1111111 10010010 100111 1101 0 101011 11001000 11000 101110

Color Harmonies of #597F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597F92

Black with #597F92

Text Example


Text Example

White with #597F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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