#50857B

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

Shades of Breaker Bay #50857B

Tints of Breaker Bay #50857B

Color information

#50857B (or 0x50857B) is unknown color: approx Breaker Bay. HEX triplet: 50, 85 and 7B. RGB value is (80,133,123). Sum of RGB (Red+Green+Blue) = 80+133+123=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #50857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50857B is #AF7A84. Grayscale: #747474. Windows color (decimal): -11500165 or 8095056. OLE color: 8095056.

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

Color convert

RGB80133123-
CMYK0.4000.080.48
HSL168.68º24.88%41.76%-
HSV(B)168.68º39.85%52.16%-
XYZ15.2719.9121.78-
YUV116.01131.94102.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=23.81%
G=39.58%
B=36.61%

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
Decimal801331230.4000.080.48168.6824.8841.76
Hex50857B280830a9192a
Octal12020517350010602513152
Binary1010000100001011111011101000010001100001010100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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