Html Css Color HEX #598994 Horizon

📋 copy color: '#598994'

red 89 ◦ green 137 ◦ blue 148

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

Shades of Horizon #598994

Tints of Horizon #598994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 23.8%
G = 36.63%
B = 39.57%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598994 (or 0x598994) is known color: Horizon. HEX triplet: 59, 89 and 94. RGB value is (89,137,148). Sum of RGB (Red+Green+Blue) = 89+137+148=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #598994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598994 is #A6766B. Grayscale: #7B7B7B. Windows color (decimal): -10909292 or 9734489. OLE color: 9734489.

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

Color convert

RGB 89 137 148 -
CMYK 0.40 0.07 0 0.42
HSL 191.19º 0.25% 0.46% -
HSV(B) 191.19º 0.4% 0.58% -
XYZ 18.41 22.15 31.32 -
YUV 123.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 89 137 148 0.40 0.07 0 0.42 191.19 0.25 0.46
Hex 59 89 94 28 7 0 2A BF 19 2E
Octal 131 211 224 50 7 0 52 277 31 56
Binary 1011001 10001001 10010100 101000 111 0 101010 10111111 11001 101110

Color Harmonies of #598994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598994

Black with #598994

Text Example


Text Example

White with #598994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598994; }

 p { color: rgb(89,137,148); }

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

background-color css

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

 a { background-color: rgb(89,137,148); }

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

border-color css

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

 span { border-color: rgb(89,137,148); }

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