#507578

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

Shades of Breaker Bay #507578

Tints of Breaker Bay #507578

Color information

#507578 (or 0x507578) is unknown color: approx Breaker Bay. HEX triplet: 50, 75 and 78. RGB value is (80,117,120). Sum of RGB (Red+Green+Blue) = 80+117+120=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #507578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507578 is #AF8A87. Grayscale: #6A6A6A. Windows color (decimal): -11504264 or 7894352. OLE color: 7894352.

HSL color Cylindrical-coordinate representation of color #507578: hue angle of 184.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507578 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80117120-
CMYK0.330.0200.53
HSL184.5º20%39.22%-
HSV(B)184.5º33.33%47.06%-
XYZ13.0615.7820.13-
YUV106.28135.74109.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=25.24%
G=36.91%
B=37.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801171200.330.0200.53184.52039.22
Hex507578212035b81427
Octal1201651704120652702447
Binary1010000111010111110001000011001101011011100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507578; }

 p { color: rgb(80,117,120); }

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

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

 a { background-color: rgb(80,117,120); }

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

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

 span { border-color: rgb(80,117,120); }

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