Html Css Color HEX #50857F Breaker Bay

📋 copy color: '#50857F'

red 80 ◦ green 133 ◦ blue 127

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

Shades of Breaker Bay #50857F

Tints of Breaker Bay #50857F

RGB

 RED value IS 80 (31.64% from 255) = 23.53%

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

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

R = 23.53%
G = 39.12%
B = 37.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#50857F (or 0x50857F) is known color: Breaker Bay. HEX triplet: 50, 85 and 7F. RGB value is (80,133,127). Sum of RGB (Red+Green+Blue) = 80+133+127=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #50857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50857F is #AF7A80. Grayscale: #747474. Windows color (decimal): -11500161 or 8357200. OLE color: 8357200.

HSL color Cylindrical-coordinate representation of color #50857F: hue angle of 173.21º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50857F is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 127 -
CMYK 0.40 0 0.05 0.48
HSL 173.21º 0.25% 0.42% -
HSV(B) 173.21º 0.4% 0.52% -
XYZ 15.53 20.01 23.12 -
YUV 116.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 80 133 127 0.40 0 0.05 0.48 173.21 0.25 0.42
Hex 50 85 7F 28 0 5 30 AD 19 2A
Octal 120 205 177 50 0 5 60 255 31 52
Binary 1010000 10000101 1111111 101000 0 101 110000 10101101 11001 101010

Color Harmonies of #50857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50857F

Black with #50857F

Text Example


Text Example

White with #50857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,133,127); }

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

background-color css

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

 a { background-color: rgb(80,133,127); }

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

border-color css

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

 span { border-color: rgb(80,133,127); }

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