#508280

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

Shades of Breaker Bay #508280

Tints of Breaker Bay #508280

Color information

#508280 (or 0x508280) is unknown color: approx Breaker Bay. HEX triplet: 50, 82 and 80. RGB value is (80,130,128). Sum of RGB (Red+Green+Blue) = 80+130+128=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #508280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508280 is #AF7D7F. Grayscale: #727272. Windows color (decimal): -11500928 or 8421968. OLE color: 8421968.

HSL color Cylindrical-coordinate representation of color #508280: hue angle of 177.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508280 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB80130128-
CMYK0.3800.020.49
HSL177.6º23.81%41.18%-
HSV(B)177.6º38.46%50.98%-
XYZ15.1919.2323.33-
YUV114.82135.44103.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=23.67%
G=38.46%
B=37.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801301280.3800.020.49177.623.8141.18
Hex508280260231b21829
Octal1202022004602612623051
Binary101000010000010100000001001100101100011011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508280; }

 p { color: rgb(80,130,128); }

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

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

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

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

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

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

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