#507B7C

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

Shades of Breaker Bay #507B7C

Tints of Breaker Bay #507B7C

Color information

#507B7C (or 0x507B7C) is unknown color: approx Breaker Bay. HEX triplet: 50, 7B and 7C. RGB value is (80,123,124). Sum of RGB (Red+Green+Blue) = 80+123+124=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #507B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B7C is #AF8483. Grayscale: #6E6E6E. Windows color (decimal): -11502724 or 8158032. OLE color: 8158032.

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

Color convert

RGB80123124-
CMYK0.350.0100.51
HSL181.36º21.57%40%-
HSV(B)181.36º35.48%48.63%-
XYZ14.0317.3321.67-
YUV110.26135.75106.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=24.46%
G=37.61%
B=37.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801231240.350.0100.51181.3621.5740
Hex507B7C231033b51628
Octal1201731744310632652650
Binary101000011110111111100100011101100111011010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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