#507273

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

Shades of Breaker Bay #507273

Tints of Breaker Bay #507273

Color information

#507273 (or 0x507273) is unknown color: approx Breaker Bay. HEX triplet: 50, 72 and 73. RGB value is (80,114,115). Sum of RGB (Red+Green+Blue) = 80+114+115=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #507273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507273 is #AF8D8C. Grayscale: #676767. Windows color (decimal): -11505037 or 7565904. OLE color: 7565904.

HSL color Cylindrical-coordinate representation of color #507273: hue angle of 181.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507273 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB80114115-
CMYK0.300.0100.55
HSL181.71º17.95%38.24%-
HSV(B)181.71º30.43%45.1%-
XYZ12.4214.9818.46-
YUV103.95134.24110.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=25.89%
G=36.89%
B=37.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801141150.300.0100.55181.7117.9538.24
Hex5072731E1037b61226
Octal1201621633610672662246
Binary10100001110010111001111110101101111011011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507273; }

 p { color: rgb(80,114,115); }

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

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

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

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

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

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

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