Html Css Color HEX #59889B Horizon

📋 copy color: '#59889B'

red 89 ◦ green 136 ◦ blue 155

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

Shades of Horizon #59889B

Tints of Horizon #59889B

RGB

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

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

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

R = 23.42%
G = 35.79%
B = 40.79%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59889B (or 0x59889B) is known color: Horizon. HEX triplet: 59, 88 and 9B. RGB value is (89,136,155). Sum of RGB (Red+Green+Blue) = 89+136+155=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #59889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59889B is #A67764. Grayscale: #7B7B7B. Windows color (decimal): -10909541 or 10192985. OLE color: 10192985.

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

Color convert

RGB 89 136 155 -
CMYK 0.43 0.12 0 0.39
HSL 197.27º 0.27% 0.48% -
HSV(B) 197.27º 0.43% 0.61% -
XYZ 18.84 22.1 34.28 -
YUV 124.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 89 136 155 0.43 0.12 0 0.39 197.27 0.27 0.48
Hex 59 88 9B 2B C 0 27 C5 1B 30
Octal 131 210 233 53 14 0 47 305 33 60
Binary 1011001 10001000 10011011 101011 1100 0 100111 11000101 11011 110000

Color Harmonies of #59889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59889B

Black with #59889B

Text Example


Text Example

White with #59889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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