#517879

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

Shades of Breaker Bay #517879

Tints of Breaker Bay #517879

Color information

#517879 (or 0x517879) is unknown color: approx Breaker Bay. HEX triplet: 51, 78 and 79. RGB value is (81,120,121). Sum of RGB (Red+Green+Blue) = 81+120+121=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #517879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517879 is #AE8786. Grayscale: #6C6C6C. Windows color (decimal): -11437959 or 7960657. OLE color: 7960657.

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

Color convert

RGB81120121-
CMYK0.330.0100.53
HSL181.5º19.8%39.61%-
HSV(B)181.5º33.06%47.45%-
XYZ13.5616.5620.57-
YUV108.45135.08108.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=25.16%
G=37.27%
B=37.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811201210.330.0100.53181.519.839.61
Hex517879211035b61428
Octal1211701714110652662450
Binary101000111110001111001100001101101011011011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517879; }

 p { color: rgb(81,120,121); }

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

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

 a { background-color: rgb(81,120,121); }

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

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

 span { border-color: rgb(81,120,121); }

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