Html Css Color HEX #598194 Horizon

📋 copy color: '#598194'

red 89 ◦ green 129 ◦ blue 148

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

Shades of Horizon #598194

Tints of Horizon #598194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

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

R = 24.32%
G = 35.25%
B = 40.44%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598194 (or 0x598194) is known color: Horizon. HEX triplet: 59, 81 and 94. RGB value is (89,129,148). Sum of RGB (Red+Green+Blue) = 89+129+148=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #598194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598194 is #A67E6B. Grayscale: #777777. Windows color (decimal): -10911340 or 9732441. OLE color: 9732441.

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

Color convert

RGB 89 129 148 -
CMYK 0.40 0.13 0 0.42
HSL 199.32º 0.25% 0.46% -
HSV(B) 199.32º 0.4% 0.58% -
XYZ 17.32 19.96 30.96 -
YUV 119.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 89 129 148 0.40 0.13 0 0.42 199.32 0.25 0.46
Hex 59 81 94 28 D 0 2A C7 19 2E
Octal 131 201 224 50 15 0 52 307 31 56
Binary 1011001 10000001 10010100 101000 1101 0 101010 11000111 11001 101110

Color Harmonies of #598194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598194

Black with #598194

Text Example


Text Example

White with #598194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598194; }

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

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

background-color css

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

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

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

border-color css

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

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

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