#508481

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

Shades of Breaker Bay #508481

Tints of Breaker Bay #508481

Color information

#508481 (or 0x508481) is unknown color: approx Breaker Bay. HEX triplet: 50, 84 and 81. RGB value is (80,132,129). Sum of RGB (Red+Green+Blue) = 80+132+129=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #508481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508481 is #AF7B7E. Grayscale: #747474. Windows color (decimal): -11500415 or 8488016. OLE color: 8488016.

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

Color convert

RGB80132129-
CMYK0.3900.020.48
HSL176.54º24.53%41.57%-
HSV(B)176.54º39.39%51.76%-
XYZ15.5219.7923.77-
YUV116.11135.27102.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 129 (50.78% from 255) = 37.83%
R=23.46%
G=38.71%
B=37.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321290.3900.020.48176.5424.5341.57
Hex508481270230b1192a
Octal1202042014702602613152
Binary101000010000100100000011001110101100001011000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508481; }

 p { color: rgb(80,132,129); }

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

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

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

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

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

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

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