#50857A

Color #50857A Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #50857A

Tints of Breaker Bay #50857A

Color information

#50857A (or 0x50857A) is unknown color: approx Breaker Bay. HEX triplet: 50, 85 and 7A. RGB value is (80,133,122). Sum of RGB (Red+Green+Blue) = 80+133+122=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #50857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50857A is #AF7A85. Grayscale: #737373. Windows color (decimal): -11500166 or 8029520. OLE color: 8029520.

HSL color Cylindrical-coordinate representation of color #50857A: hue angle of 167.55º 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 #50857A is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB80133122-
CMYK0.4000.080.48
HSL167.55º24.88%41.76%-
HSV(B)167.55º39.85%52.16%-
XYZ15.2119.8921.45-
YUV115.9131.44102.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=23.88%
G=39.70%
B=36.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801331220.4000.080.48167.5524.8841.76
Hex50857A280830a8192a
Octal12020517250010602503152
Binary1010000100001011111010101000010001100001010100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50857A;
 }
 .AnyTagClassName
 {
   color: #50857A;
 }
</style>
background-color css

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

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

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

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

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

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