Html Css Color HEX #598893 Horizon

📋 copy color: '#598893'

red 89 ◦ green 136 ◦ blue 147

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

Shades of Horizon #598893

Tints of Horizon #598893

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

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

R = 23.92%
G = 36.56%
B = 39.52%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598893 (or 0x598893) is known color: Horizon. HEX triplet: 59, 88 and 93. RGB value is (89,136,147). Sum of RGB (Red+Green+Blue) = 89+136+147=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #598893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598893 is #A6776C. Grayscale: #7B7B7B. Windows color (decimal): -10909549 or 9668697. OLE color: 9668697.

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

Color convert

RGB 89 136 147 -
CMYK 0.39 0.07 0 0.42
HSL 191.38º 0.25% 0.46% -
HSV(B) 191.38º 0.39% 0.58% -
XYZ 18.19 21.84 30.86 -
YUV 123.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 89 136 147 0.39 0.07 0 0.42 191.38 0.25 0.46
Hex 59 88 93 27 7 0 2A BF 19 2E
Octal 131 210 223 47 7 0 52 277 31 56
Binary 1011001 10001000 10010011 100111 111 0 101010 10111111 11001 101110

Color Harmonies of #598893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598893

Black with #598893

Text Example


Text Example

White with #598893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598893; }

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

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

background-color css

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

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

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

border-color css

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

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

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