Html Css Color HEX #598197 Horizon

📋 copy color: '#598197'

red 89 ◦ green 129 ◦ blue 151

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

Shades of Horizon #598197

Tints of Horizon #598197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 24.12%
G = 34.96%
B = 40.92%

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

#598197 (or 0x598197) is known color: Horizon. HEX triplet: 59, 81 and 97. RGB value is (89,129,151). Sum of RGB (Red+Green+Blue) = 89+129+151=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #598197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598197 is #A67E68. Grayscale: #777777. Windows color (decimal): -10911337 or 9929049. OLE color: 9929049.

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

Color convert

RGB 89 129 151 -
CMYK 0.41 0.15 0 0.41
HSL 201.29º 0.26% 0.47% -
HSV(B) 201.29º 0.41% 0.59% -
XYZ 17.56 20.06 32.22 -
YUV 119.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 89 129 151 0.41 0.15 0 0.41 201.29 0.26 0.47
Hex 59 81 97 29 F 0 29 C9 1A 2F
Octal 131 201 227 51 17 0 51 311 32 57
Binary 1011001 10000001 10010111 101001 1111 0 101001 11001001 11010 101111

Color Harmonies of #598197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598197

Black with #598197

Text Example


Text Example

White with #598197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598197; }

 p { color: rgb(89,129,151); }

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

background-color css

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

 a { background-color: rgb(89,129,151); }

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

border-color css

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

 span { border-color: rgb(89,129,151); }

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