Html Css Color HEX #59867F Breaker Bay

📋 copy color: '#59867F'

red 89 ◦ green 134 ◦ blue 127

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

Shades of Breaker Bay #59867F

Tints of Breaker Bay #59867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

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

R = 25.43%
G = 38.29%
B = 36.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#59867F (or 0x59867F) is known color: Breaker Bay. HEX triplet: 59, 86 and 7F. RGB value is (89,134,127). Sum of RGB (Red+Green+Blue) = 89+134+127=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #59867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59867F is #A67980. Grayscale: #777777. Windows color (decimal): -10910081 or 8357465. OLE color: 8357465.

HSL color Cylindrical-coordinate representation of color #59867F: hue angle of 170.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59867F is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 134 127 -
CMYK 0.34 0 0.05 0.47
HSL 170.67º 0.2% 0.44% -
HSV(B) 170.67º 0.34% 0.53% -
XYZ 16.48 20.71 23.21 -
YUV 119.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 89 134 127 0.34 0 0.05 0.47 170.67 0.2 0.44
Hex 59 86 7F 22 0 5 2F AB 14 2C
Octal 131 206 177 42 0 5 57 253 24 54
Binary 1011001 10000110 1111111 100010 0 101 101111 10101011 10100 101100

Color Harmonies of #59867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59867F

Black with #59867F

Text Example


Text Example

White with #59867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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