#517578

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

Shades of Breaker Bay #517578

Tints of Breaker Bay #517578

Color information

#517578 (or 0x517578) is unknown color: approx Breaker Bay. HEX triplet: 51, 75 and 78. RGB value is (81,117,120). Sum of RGB (Red+Green+Blue) = 81+117+120=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #517578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517578 is #AE8A87. Grayscale: #6A6A6A. Windows color (decimal): -11438728 or 7894353. OLE color: 7894353.

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

Color convert

RGB81117120-
CMYK0.320.0200.53
HSL184.62º19.4%39.41%-
HSV(B)184.62º32.5%47.06%-
XYZ13.1415.8320.13-
YUV106.58135.57109.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=25.47%
G=36.79%
B=37.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811171200.320.0200.53184.6219.439.41
Hex517578202035b91327
Octal1211651704020652712347
Binary1010001111010111110001000001001101011011100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517578; }

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

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

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

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

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

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

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

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