#517575

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

Shades of Breaker Bay #517575

Tints of Breaker Bay #517575

Color information

#517575 (or 0x517575) is unknown color: approx Breaker Bay. HEX triplet: 51, 75 and 75. RGB value is (81,117,117). Sum of RGB (Red+Green+Blue) = 81+117+117=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #517575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517575 is #AE8A8A. Grayscale: #6A6A6A. Windows color (decimal): -11438731 or 7697745. OLE color: 7697745.

HSL color Cylindrical-coordinate representation of color #517575: hue angle of 180º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #517575 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB81117117-
CMYK0.31000.54
HSL180º18.18%38.82%-
HSV(B)180º30.77%45.88%-
XYZ12.9715.7619.19-
YUV106.24134.07110-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=25.71%
G=37.14%
B=37.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811171170.31000.5418018.1838.82
Hex5175751F0036b41227
Octal1211651653700662642247
Binary10100011110101111010111111001101101011010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517575; }

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

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

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

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

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

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

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

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