#517975

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

Shades of Breaker Bay #517975

Tints of Breaker Bay #517975

Color information

#517975 (or 0x517975) is unknown color: approx Breaker Bay. HEX triplet: 51, 79 and 75. RGB value is (81,121,117). Sum of RGB (Red+Green+Blue) = 81+121+117=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #517975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517975 is #AE868A. Grayscale: #6C6C6C. Windows color (decimal): -11437707 or 7698769. OLE color: 7698769.

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

Color convert

RGB81121117-
CMYK0.3300.030.53
HSL174º19.8%39.61%-
HSV(B)174º33.06%47.45%-
XYZ13.4416.7119.35-
YUV108.58132.75108.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=25.39%
G=37.93%
B=36.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811211170.3300.030.5317419.839.61
Hex517975210335ae1428
Octal1211711654103652562450
Binary1010001111100111101011000010111101011010111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517975; }

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

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

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

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

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

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

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

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