Html Css Color HEX #598E9E Horizon

📋 copy color: '#598E9E'

red 89 ◦ green 142 ◦ blue 158

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

Shades of Horizon #598E9E

Tints of Horizon #598E9E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

 BLUE value IS 158 (62.11% from 255) = 40.62%

R = 22.88%
G = 36.5%
B = 40.62%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#598E9E (or 0x598E9E) is known color: Horizon. HEX triplet: 59, 8E and 9E. RGB value is (89,142,158). Sum of RGB (Red+Green+Blue) = 89+142+158=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #598E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598E9E is #A67161. Grayscale: #7F7F7F. Windows color (decimal): -10908002 or 10391129. OLE color: 10391129.

HSL color Cylindrical-coordinate representation of color #598E9E: hue angle of 193.91º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #598E9E is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 142 158 -
CMYK 0.44 0.10 0 0.38
HSL 193.91º 0.28% 0.48% -
HSV(B) 193.91º 0.44% 0.62% -
XYZ 19.96 23.94 35.92 -
YUV 127.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 89 142 158 0.44 0.10 0 0.38 193.91 0.28 0.48
Hex 59 8E 9E 2C A 0 26 C2 1C 30
Octal 131 216 236 54 12 0 46 302 34 60
Binary 1011001 10001110 10011110 101100 1010 0 100110 11000010 11100 110000

Color Harmonies of #598E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598E9E

Black with #598E9E

Text Example


Text Example

White with #598E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598E9E; }

 p { color: rgb(89,142,158); }

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

background-color css

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

 a { background-color: rgb(89,142,158); }

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

border-color css

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

 span { border-color: rgb(89,142,158); }

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