Html Css Color HEX #598294 Horizon

📋 copy color: '#598294'

red 89 ◦ green 130 ◦ blue 148

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

Shades of Horizon #598294

Tints of Horizon #598294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

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

R = 24.25%
G = 35.42%
B = 40.33%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598294 (or 0x598294) is known color: Horizon. HEX triplet: 59, 82 and 94. RGB value is (89,130,148). Sum of RGB (Red+Green+Blue) = 89+130+148=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #598294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598294 is #A67D6B. Grayscale: #777777. Windows color (decimal): -10911084 or 9732697. OLE color: 9732697.

HSL color Cylindrical-coordinate representation of color #598294: hue angle of 198.31º 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 #598294 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 130 148 -
CMYK 0.40 0.12 0 0.42
HSL 198.31º 0.25% 0.46% -
HSV(B) 198.31º 0.4% 0.58% -
XYZ 17.45 20.23 31 -
YUV 119.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 89 130 148 0.40 0.12 0 0.42 198.31 0.25 0.46
Hex 59 82 94 28 C 0 2A C6 19 2E
Octal 131 202 224 50 14 0 52 306 31 56
Binary 1011001 10000010 10010100 101000 1100 0 101010 11000110 11001 101110

Color Harmonies of #598294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598294

Black with #598294

Text Example


Text Example

White with #598294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598294; }

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

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

background-color css

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

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

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

border-color css

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

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

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