#507A7B

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

Shades of Breaker Bay #507A7B

Tints of Breaker Bay #507A7B

Color information

#507A7B (or 0x507A7B) is unknown color: approx Breaker Bay. HEX triplet: 50, 7A and 7B. RGB value is (80,122,123). Sum of RGB (Red+Green+Blue) = 80+122+123=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #507A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A7B is #AF8584. Grayscale: #6D6D6D. Windows color (decimal): -11502981 or 8092240. OLE color: 8092240.

HSL color Cylindrical-coordinate representation of color #507A7B: hue angle of 181.4º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507A7B is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB80122123-
CMYK0.350.0100.52
HSL181.4º21.18%39.8%-
HSV(B)181.4º34.96%48.24%-
XYZ13.8417.0521.3-
YUV109.56135.59106.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=24.62%
G=37.54%
B=37.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801221230.350.0100.52181.421.1839.8
Hex507A7B231034b51528
Octal1201721734310642652550
Binary101000011110101111011100011101101001011010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507A7B; }

 p { color: rgb(80,122,123); }

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

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

 a { background-color: rgb(80,122,123); }

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

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

 span { border-color: rgb(80,122,123); }

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