#508682

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

Shades of Breaker Bay #508682

Tints of Breaker Bay #508682

Color information

#508682 (or 0x508682) is unknown color: approx Breaker Bay. HEX triplet: 50, 86 and 82. RGB value is (80,134,130). Sum of RGB (Red+Green+Blue) = 80+134+130=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #508682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508682 is #AF797D. Grayscale: #757575. Windows color (decimal): -11499902 or 8554064. OLE color: 8554064.

HSL color Cylindrical-coordinate representation of color #508682: hue angle of 175.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508682 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB80134130-
CMYK0.4000.030.47
HSL175.56º25.23%41.96%-
HSV(B)175.56º40.3%52.55%-
XYZ15.8620.3724.21-
YUV117.4135.11101.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=23.26%
G=38.95%
B=37.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801341300.4000.030.47175.5625.2341.96
Hex50868228032Fb0192a
Octal1202062025003572603152
Binary101000010000110100000101010000111011111011000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508682; }

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

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

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

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

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

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

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

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