Html Css Color HEX #597F96 Horizon

📋 copy color: '#597F96'

red 89 ◦ green 127 ◦ blue 150

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

Shades of Horizon #597F96

Tints of Horizon #597F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 24.32%
G = 34.7%
B = 40.98%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#597F96 (or 0x597F96) is known color: Horizon. HEX triplet: 59, 7F and 96. RGB value is (89,127,150). Sum of RGB (Red+Green+Blue) = 89+127+150=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #597F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F96 is #A68069. Grayscale: #767676. Windows color (decimal): -10911850 or 9863001. OLE color: 9863001.

HSL color Cylindrical-coordinate representation of color #597F96: hue angle of 202.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #597F96 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 127 150 -
CMYK 0.41 0.15 0 0.41
HSL 202.62º 0.26% 0.47% -
HSV(B) 202.62º 0.41% 0.59% -
XYZ 17.21 19.5 31.71 -
YUV 118.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 89 127 150 0.41 0.15 0 0.41 202.62 0.26 0.47
Hex 59 7F 96 29 F 0 29 CB 1A 2F
Octal 131 177 226 51 17 0 51 313 32 57
Binary 1011001 1111111 10010110 101001 1111 0 101001 11001011 11010 101111

Color Harmonies of #597F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597F96

Black with #597F96

Text Example


Text Example

White with #597F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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