#517474

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

Shades of Breaker Bay #517474

Tints of Breaker Bay #517474

Color information

#517474 (or 0x517474) is unknown color: approx Breaker Bay. HEX triplet: 51, 74 and 74. RGB value is (81,116,116). Sum of RGB (Red+Green+Blue) = 81+116+116=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #517474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517474 is #AE8B8B. Grayscale: #696969. Windows color (decimal): -11438988 or 7631953. OLE color: 7631953.

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

Color convert

RGB81116116-
CMYK0.30000.55
HSL180º17.77%38.63%-
HSV(B)180º30.17%45.49%-
XYZ12.7915.518.84-
YUV105.54133.9110.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=25.88%
G=37.06%
B=37.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811161160.30000.5518017.7738.63
Hex5174741E0037b41227
Octal1211641643600672642247
Binary10100011110100111010011110001101111011010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517474; }

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

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

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

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

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

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

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

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