Html Css Color HEX #598D9B Horizon

📋 copy color: '#598D9B'

red 89 ◦ green 141 ◦ blue 155

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

Shades of Horizon #598D9B

Tints of Horizon #598D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 23.12%
G = 36.62%
B = 40.26%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#598D9B (or 0x598D9B) is known color: Horizon. HEX triplet: 59, 8D and 9B. RGB value is (89,141,155). Sum of RGB (Red+Green+Blue) = 89+141+155=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #598D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598D9B is #A67264. Grayscale: #7E7E7E. Windows color (decimal): -10908261 or 10194265. OLE color: 10194265.

HSL color Cylindrical-coordinate representation of color #598D9B: hue angle of 192.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #598D9B is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 141 155 -
CMYK 0.43 0.09 0 0.39
HSL 192.73º 0.27% 0.48% -
HSV(B) 192.73º 0.43% 0.61% -
XYZ 19.56 23.54 34.52 -
YUV 127.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 89 141 155 0.43 0.09 0 0.39 192.73 0.27 0.48
Hex 59 8D 9B 2B 9 0 27 C1 1B 30
Octal 131 215 233 53 11 0 47 301 33 60
Binary 1011001 10001101 10011011 101011 1001 0 100111 11000001 11011 110000

Color Harmonies of #598D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598D9B

Black with #598D9B

Text Example


Text Example

White with #598D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,141,155); }

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

background-color css

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

 a { background-color: rgb(89,141,155); }

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

border-color css

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

 span { border-color: rgb(89,141,155); }

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