Html Css Color HEX #59838C Horizon

📋 copy color: '#59838C'

red 89 ◦ green 131 ◦ blue 140

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

Shades of Horizon #59838C

Tints of Horizon #59838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 24.72%
G = 36.39%
B = 38.89%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59838C (or 0x59838C) is known color: Horizon. HEX triplet: 59, 83 and 8C. RGB value is (89,131,140). Sum of RGB (Red+Green+Blue) = 89+131+140=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #59838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59838C is #A67C73. Grayscale: #777777. Windows color (decimal): -10910836 or 9208665. OLE color: 9208665.

HSL color Cylindrical-coordinate representation of color #59838C: hue angle of 190.59º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59838C is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 131 140 -
CMYK 0.36 0.06 0 0.45
HSL 190.59º 0.22% 0.45% -
HSV(B) 190.59º 0.36% 0.55% -
XYZ 16.97 20.25 27.83 -
YUV 119.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 89 131 140 0.36 0.06 0 0.45 190.59 0.22 0.45
Hex 59 83 8C 24 6 0 2D BF 16 2D
Octal 131 203 214 44 6 0 55 277 26 55
Binary 1011001 10000011 10001100 100100 110 0 101101 10111111 10110 101101

Color Harmonies of #59838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59838C

Black with #59838C

Text Example


Text Example

White with #59838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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