#507C7D

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

Shades of Breaker Bay #507C7D

Tints of Breaker Bay #507C7D

Color information

#507C7D (or 0x507C7D) is unknown color: approx Breaker Bay. HEX triplet: 50, 7C and 7D. RGB value is (80,124,125). Sum of RGB (Red+Green+Blue) = 80+124+125=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #507C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C7D is #AF8382. Grayscale: #6E6E6E. Windows color (decimal): -11502467 or 8223824. OLE color: 8223824.

HSL color Cylindrical-coordinate representation of color #507C7D: hue angle of 181.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #507C7D is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB80124125-
CMYK0.360.0100.51
HSL181.33º21.95%40.2%-
HSV(B)181.33º36%49.02%-
XYZ14.2217.622.05-
YUV110.96135.92105.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=24.32%
G=37.69%
B=37.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801241250.360.0100.51181.3321.9540.2
Hex507C7D241033b51628
Octal1201741754410632652650
Binary101000011111001111101100100101100111011010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,124,125); }

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

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

 a { background-color: rgb(80,124,125); }

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

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

 span { border-color: rgb(80,124,125); }

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