#517774

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

Shades of Breaker Bay #517774

Tints of Breaker Bay #517774

Color information

#517774 (or 0x517774) is unknown color: approx Breaker Bay. HEX triplet: 51, 77 and 74. RGB value is (81,119,116). Sum of RGB (Red+Green+Blue) = 81+119+116=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #517774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517774 is #AE888B. Grayscale: #6B6B6B. Windows color (decimal): -11438220 or 7632721. OLE color: 7632721.

HSL color Cylindrical-coordinate representation of color #517774: hue angle of 175.26º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517774 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB81119116-
CMYK0.3200.030.53
HSL175.26º19%39.22%-
HSV(B)175.26º31.93%46.67%-
XYZ13.1416.218.96-
YUV107.3132.91109.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 116 (45.70% from 255) = 36.71%
R=25.63%
G=37.66%
B=36.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811191160.3200.030.53175.261939.22
Hex517774200335af1327
Octal1211671644003652572347
Binary1010001111011111101001000000111101011010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517774; }

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

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

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

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

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

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

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

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