#507777

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

Shades of Breaker Bay #507777

Tints of Breaker Bay #507777

Color information

#507777 (or 0x507777) is unknown color: approx Breaker Bay. HEX triplet: 50, 77 and 77. RGB value is (80,119,119). Sum of RGB (Red+Green+Blue) = 80+119+119=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #507777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507777 is #AF8888. Grayscale: #6B6B6B. Windows color (decimal): -11503753 or 7829328. OLE color: 7829328.

HSL color Cylindrical-coordinate representation of color #507777: hue angle of 180º 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 #507777 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80119119-
CMYK0.33000.53
HSL180º19.6%39.02%-
HSV(B)180º32.77%46.67%-
XYZ13.2316.2319.89-
YUV107.34134.58108.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=25.16%
G=37.42%
B=37.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801191190.33000.5318019.639.02
Hex507777210035b41427
Octal1201671674100652642447
Binary101000011101111110111100001001101011011010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507777; }

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

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

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

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

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

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

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

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