#517974

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

Shades of Breaker Bay #517974

Tints of Breaker Bay #517974

Color information

#517974 (or 0x517974) is unknown color: approx Breaker Bay. HEX triplet: 51, 79 and 74. RGB value is (81,121,116). Sum of RGB (Red+Green+Blue) = 81+121+116=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #517974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517974 is #AE868B. Grayscale: #6C6C6C. Windows color (decimal): -11437708 or 7633233. OLE color: 7633233.

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

Color convert

RGB81121116-
CMYK0.3300.040.53
HSL172.5º19.8%39.61%-
HSV(B)172.5º33.06%47.45%-
XYZ13.3816.6919.04-
YUV108.47132.25108.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=25.47%
G=38.05%
B=36.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811211160.3300.040.53172.519.839.61
Hex517974210435ac1428
Octal1211711644104652542450
Binary10100011111001111010010000101001101011010110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517974; }

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

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

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

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

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

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

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

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