Html Css Color HEX #59847F Breaker Bay

📋 copy color: '#59847F'

red 89 ◦ green 132 ◦ blue 127

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

Shades of Breaker Bay #59847F

Tints of Breaker Bay #59847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 127 (50% from 255) = 36.49%

R = 25.57%
G = 37.93%
B = 36.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#59847F (or 0x59847F) is known color: Breaker Bay. HEX triplet: 59, 84 and 7F. RGB value is (89,132,127). Sum of RGB (Red+Green+Blue) = 89+132+127=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #59847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59847F is #A67B80. Grayscale: #767676. Windows color (decimal): -10910593 or 8356953. OLE color: 8356953.

HSL color Cylindrical-coordinate representation of color #59847F: hue angle of 173.02º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59847F is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 132 127 -
CMYK 0.33 0 0.04 0.48
HSL 173.02º 0.19% 0.43% -
HSV(B) 173.02º 0.33% 0.52% -
XYZ 16.2 20.16 23.12 -
YUV 118.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 89 132 127 0.33 0 0.04 0.48 173.02 0.19 0.43
Hex 59 84 7F 21 0 4 30 AD 13 2B
Octal 131 204 177 41 0 4 60 255 23 53
Binary 1011001 10000100 1111111 100001 0 100 110000 10101101 10011 101011

Color Harmonies of #59847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59847F

Black with #59847F

Text Example


Text Example

White with #59847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59847F; }

 p { color: rgb(89,132,127); }

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

background-color css

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

 a { background-color: rgb(89,132,127); }

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

border-color css

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

 span { border-color: rgb(89,132,127); }

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