Html Css Color HEX #598D9C Horizon

📋 copy color: '#598D9C'

red 89 ◦ green 141 ◦ blue 156

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

Shades of Horizon #598D9C

Tints of Horizon #598D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 23.06%
G = 36.53%
B = 40.41%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#598D9C (or 0x598D9C) is known color: Horizon. HEX triplet: 59, 8D and 9C. RGB value is (89,141,156). Sum of RGB (Red+Green+Blue) = 89+141+156=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #598D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598D9C is #A67263. Grayscale: #7F7F7F. Windows color (decimal): -10908260 or 10259801. OLE color: 10259801.

HSL color Cylindrical-coordinate representation of color #598D9C: hue angle of 193.43º 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 #598D9C is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 141 156 -
CMYK 0.43 0.10 0 0.39
HSL 193.43º 0.27% 0.48% -
HSV(B) 193.43º 0.43% 0.61% -
XYZ 19.65 23.57 34.97 -
YUV 127.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 89 141 156 0.43 0.10 0 0.39 193.43 0.27 0.48
Hex 59 8D 9C 2B A 0 27 C1 1B 30
Octal 131 215 234 53 12 0 47 301 33 60
Binary 1011001 10001101 10011100 101011 1010 0 100111 11000001 11011 110000

Color Harmonies of #598D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598D9C

Black with #598D9C

Text Example


Text Example

White with #598D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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