Html Css Color HEX #598293 Horizon

📋 copy color: '#598293'

red 89 ◦ green 130 ◦ blue 147

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

Shades of Horizon #598293

Tints of Horizon #598293

RGB

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

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

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

R = 24.32%
G = 35.52%
B = 40.16%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598293 (or 0x598293) is known color: Horizon. HEX triplet: 59, 82 and 93. RGB value is (89,130,147). Sum of RGB (Red+Green+Blue) = 89+130+147=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #598293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598293 is #A67D6C. Grayscale: #777777. Windows color (decimal): -10911085 or 9667161. OLE color: 9667161.

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

Color convert

RGB 89 130 147 -
CMYK 0.39 0.12 0 0.42
HSL 197.59º 0.25% 0.46% -
HSV(B) 197.59º 0.39% 0.58% -
XYZ 17.37 20.2 30.59 -
YUV 119.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 89 130 147 0.39 0.12 0 0.42 197.59 0.25 0.46
Hex 59 82 93 27 C 0 2A C6 19 2E
Octal 131 202 223 47 14 0 52 306 31 56
Binary 1011001 10000010 10010011 100111 1100 0 101010 11000110 11001 101110

Color Harmonies of #598293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598293

Black with #598293

Text Example


Text Example

White with #598293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598293; }

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

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

background-color css

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

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

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

border-color css

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

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

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