Html Css Color HEX #598395 Horizon

📋 copy color: '#598395'

red 89 ◦ green 131 ◦ blue 149

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

Shades of Horizon #598395

Tints of Horizon #598395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 149 (58.59% from 255) = 40.38%

R = 24.12%
G = 35.5%
B = 40.38%

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

#598395 (or 0x598395) is known color: Horizon. HEX triplet: 59, 83 and 95. RGB value is (89,131,149). Sum of RGB (Red+Green+Blue) = 89+131+149=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #598395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598395 is #A67C6A. Grayscale: #787878. Windows color (decimal): -10910827 or 9798489. OLE color: 9798489.

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

Color convert

RGB 89 131 149 -
CMYK 0.40 0.12 0 0.42
HSL 198º 0.25% 0.47% -
HSV(B) 198º 0.4% 0.58% -
XYZ 17.66 20.53 31.46 -
YUV 120.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 89 131 149 0.40 0.12 0 0.42 198 0.25 0.47
Hex 59 83 95 28 C 0 2A C6 19 2F
Octal 131 203 225 50 14 0 52 306 31 57
Binary 1011001 10000011 10010101 101000 1100 0 101010 11000110 11001 101111

Color Harmonies of #598395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598395

Black with #598395

Text Example


Text Example

White with #598395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598395; }

 p { color: rgb(89,131,149); }

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

background-color css

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

 a { background-color: rgb(89,131,149); }

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

border-color css

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

 span { border-color: rgb(89,131,149); }

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