Html Css Color HEX #598093 Horizon

📋 copy color: '#598093'

red 89 ◦ green 128 ◦ blue 147

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

Shades of Horizon #598093

Tints of Horizon #598093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 24.45%
G = 35.16%
B = 40.38%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598093 (or 0x598093) is known color: Horizon. HEX triplet: 59, 80 and 93. RGB value is (89,128,147). Sum of RGB (Red+Green+Blue) = 89+128+147=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #598093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598093 is #A67F6C. Grayscale: #767676. Windows color (decimal): -10911597 or 9666649. OLE color: 9666649.

HSL color Cylindrical-coordinate representation of color #598093: hue angle of 199.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #598093 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 128 147 -
CMYK 0.39 0.13 0 0.42
HSL 199.66º 0.25% 0.46% -
HSV(B) 199.66º 0.39% 0.58% -
XYZ 17.11 19.67 30.5 -
YUV 118.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 89 128 147 0.39 0.13 0 0.42 199.66 0.25 0.46
Hex 59 80 93 27 D 0 2A C8 19 2E
Octal 131 200 223 47 15 0 52 310 31 56
Binary 1011001 10000000 10010011 100111 1101 0 101010 11001000 11001 101110

Color Harmonies of #598093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598093

Black with #598093

Text Example


Text Example

White with #598093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598093; }

 p { color: rgb(89,128,147); }

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

background-color css

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

 a { background-color: rgb(89,128,147); }

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

border-color css

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

 span { border-color: rgb(89,128,147); }

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