Html Css Color HEX #59859B Horizon

📋 copy color: '#59859B'

red 89 ◦ green 133 ◦ blue 155

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

Shades of Horizon #59859B

Tints of Horizon #59859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 23.61%
G = 35.28%
B = 41.11%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59859B (or 0x59859B) is known color: Horizon. HEX triplet: 59, 85 and 9B. RGB value is (89,133,155). Sum of RGB (Red+Green+Blue) = 89+133+155=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #59859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59859B is #A67A64. Grayscale: #7A7A7A. Windows color (decimal): -10910309 or 10192217. OLE color: 10192217.

HSL color Cylindrical-coordinate representation of color #59859B: hue angle of 200º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59859B is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 133 155 -
CMYK 0.43 0.14 0 0.39
HSL 200º 0.27% 0.48% -
HSV(B) 200º 0.43% 0.61% -
XYZ 18.42 21.27 34.14 -
YUV 122.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 89 133 155 0.43 0.14 0 0.39 200 0.27 0.48
Hex 59 85 9B 2B E 0 27 C8 1B 30
Octal 131 205 233 53 16 0 47 310 33 60
Binary 1011001 10000101 10011011 101011 1110 0 100111 11001000 11011 110000

Color Harmonies of #59859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59859B

Black with #59859B

Text Example


Text Example

White with #59859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59859B; }

 p { color: rgb(89,133,155); }

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

background-color css

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

 a { background-color: rgb(89,133,155); }

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

border-color css

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

 span { border-color: rgb(89,133,155); }

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