Html Css Color HEX #597D96 Horizon

📋 copy color: '#597D96'

red 89 ◦ green 125 ◦ blue 150

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

Shades of Horizon #597D96

Tints of Horizon #597D96

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

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

R = 24.45%
G = 34.34%
B = 41.21%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#597D96 (or 0x597D96) is known color: Horizon. HEX triplet: 59, 7D and 96. RGB value is (89,125,150). Sum of RGB (Red+Green+Blue) = 89+125+150=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #597D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D96 is #A68269. Grayscale: #747474. Windows color (decimal): -10912362 or 9862489. OLE color: 9862489.

HSL color Cylindrical-coordinate representation of color #597D96: hue angle of 204.59º 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 #597D96 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 125 150 -
CMYK 0.41 0.17 0 0.41
HSL 204.59º 0.26% 0.47% -
HSV(B) 204.59º 0.41% 0.59% -
XYZ 16.96 18.99 31.63 -
YUV 117.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 89 125 150 0.41 0.17 0 0.41 204.59 0.26 0.47
Hex 59 7D 96 29 11 0 29 CD 1A 2F
Octal 131 175 226 51 21 0 51 315 32 57
Binary 1011001 1111101 10010110 101001 10001 0 101001 11001101 11010 101111

Color Harmonies of #597D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597D96

Black with #597D96

Text Example


Text Example

White with #597D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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