#517B7A

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

Shades of Breaker Bay #517B7A

Tints of Breaker Bay #517B7A

Color information

#517B7A (or 0x517B7A) is unknown color: approx Breaker Bay. HEX triplet: 51, 7B and 7A. RGB value is (81,123,122). Sum of RGB (Red+Green+Blue) = 81+123+122=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #517B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B7A is #AE8485. Grayscale: #6E6E6E. Windows color (decimal): -11437190 or 8026961. OLE color: 8026961.

HSL color Cylindrical-coordinate representation of color #517B7A: hue angle of 178.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517B7A is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB81123122-
CMYK0.3400.010.52
HSL178.57º20.59%40%-
HSV(B)178.57º34.15%48.24%-
XYZ13.9917.3221.02-
YUV110.33134.59107.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=24.85%
G=37.73%
B=37.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811231220.3400.010.52178.5720.5940
Hex517B7A220134b31528
Octal1211731724201642632550
Binary101000111110111111010100010011101001011001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517B7A; }

 p { color: rgb(81,123,122); }

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

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

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

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

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

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

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