#517276

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

Shades of Breaker Bay #517276

Tints of Breaker Bay #517276

Color information

#517276 (or 0x517276) is unknown color: approx Breaker Bay. HEX triplet: 51, 72 and 76. RGB value is (81,114,118). Sum of RGB (Red+Green+Blue) = 81+114+118=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #517276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517276 is #AE8D89. Grayscale: #686868. Windows color (decimal): -11439498 or 7762513. OLE color: 7762513.

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

Color convert

RGB81114118-
CMYK0.310.0300.54
HSL186.49º18.59%39.02%-
HSV(B)186.49º31.36%46.27%-
XYZ12.6815.0919.38-
YUV104.59135.57111.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=25.88%
G=36.42%
B=37.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811141180.310.0300.54186.4918.5939.02
Hex5172761F3036ba1327
Octal1211621663730662722347
Binary101000111100101110110111111101101101011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517276; }

 p { color: rgb(81,114,118); }

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

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

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

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

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

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

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