#517375

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

Shades of Breaker Bay #517375

Tints of Breaker Bay #517375

Color information

#517375 (or 0x517375) is unknown color: approx Breaker Bay. HEX triplet: 51, 73 and 75. RGB value is (81,115,117). Sum of RGB (Red+Green+Blue) = 81+115+117=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #517375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517375 is #AE8C8A. Grayscale: #696969. Windows color (decimal): -11439243 or 7697233. OLE color: 7697233.

HSL color Cylindrical-coordinate representation of color #517375: hue angle of 183.33º 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 #517375 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB81115117-
CMYK0.310.0200.54
HSL183.33º18.18%38.82%-
HSV(B)183.33º30.77%45.88%-
XYZ12.7315.319.11-
YUV105.06134.74110.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=25.88%
G=36.74%
B=37.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811151170.310.0200.54183.3318.1838.82
Hex5173751F2036b71227
Octal1211631653720662672247
Binary101000111100111110101111111001101101011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517375; }

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

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

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

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

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

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

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

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