#507477

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

Shades of Breaker Bay #507477

Tints of Breaker Bay #507477

Color information

#507477 (or 0x507477) is unknown color: approx Breaker Bay. HEX triplet: 50, 74 and 77. RGB value is (80,116,119). Sum of RGB (Red+Green+Blue) = 80+116+119=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #507477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507477 is #AF8B88. Grayscale: #696969. Windows color (decimal): -11504521 or 7828560. OLE color: 7828560.

HSL color Cylindrical-coordinate representation of color #507477: hue angle of 184.62º 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 #507477 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80116119-
CMYK0.330.0300.53
HSL184.62º19.6%39.02%-
HSV(B)184.62º32.77%46.67%-
XYZ12.8815.5319.77-
YUV105.58135.57109.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=25.40%
G=36.83%
B=37.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801161190.330.0300.53184.6219.639.02
Hex507477213035b91427
Octal1201641674130652712447
Binary1010000111010011101111000011101101011011100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507477; }

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

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

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

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

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

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

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

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