#507877

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

Shades of Breaker Bay #507877

Tints of Breaker Bay #507877

Color information

#507877 (or 0x507877) is unknown color: approx Breaker Bay. HEX triplet: 50, 78 and 77. RGB value is (80,120,119). Sum of RGB (Red+Green+Blue) = 80+120+119=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #507877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507877 is #AF8788. Grayscale: #6B6B6B. Windows color (decimal): -11503497 or 7829584. OLE color: 7829584.

HSL color Cylindrical-coordinate representation of color #507877: hue angle of 178.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507877 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB80120119-
CMYK0.3300.010.53
HSL178.5º20%39.22%-
HSV(B)178.5º33.33%47.06%-
XYZ13.3516.4719.93-
YUV107.93134.25108.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=25.08%
G=37.62%
B=37.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801201190.3300.010.53178.52039.22
Hex507877210135b21427
Octal1201701674101652622447
Binary101000011110001110111100001011101011011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507877; }

 p { color: rgb(80,120,119); }

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

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

 a { background-color: rgb(80,120,119); }

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

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

 span { border-color: rgb(80,120,119); }

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