#507374

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

Shades of Breaker Bay #507374

Tints of Breaker Bay #507374

Color information

#507374 (or 0x507374) is unknown color: approx Breaker Bay. HEX triplet: 50, 73 and 74. RGB value is (80,115,116). Sum of RGB (Red+Green+Blue) = 80+115+116=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #507374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507374 is #AF8C8B. Grayscale: #686868. Windows color (decimal): -11504780 or 7631696. OLE color: 7631696.

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

Color convert

RGB80115116-
CMYK0.310.0100.55
HSL181.67º18.37%38.43%-
HSV(B)181.67º31.03%45.49%-
XYZ12.5915.2318.8-
YUV104.65134.4110.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=25.72%
G=36.98%
B=37.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801151160.310.0100.55181.6718.3738.43
Hex5073741F1037b61226
Octal1201631643710672662246
Binary10100001110011111010011111101101111011011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507374; }

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

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

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

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

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

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

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

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