#517B7B

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

Shades of Breaker Bay #517B7B

Tints of Breaker Bay #517B7B

Color information

#517B7B (or 0x517B7B) is unknown color: approx Breaker Bay. HEX triplet: 51, 7B and 7B. RGB value is (81,123,123). Sum of RGB (Red+Green+Blue) = 81+123+123=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #517B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B7B is #AE8484. Grayscale: #6E6E6E. Windows color (decimal): -11437189 or 8092497. OLE color: 8092497.

HSL color Cylindrical-coordinate representation of color #517B7B: hue angle of 180º 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 #517B7B is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB81123123-
CMYK0.34000.52
HSL180º20.59%40%-
HSV(B)180º34.15%48.24%-
XYZ14.0517.3521.35-
YUV110.44135.09107-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=24.77%
G=37.61%
B=37.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811231230.34000.5218020.5940
Hex517B7B220034b41528
Octal1211731734200642642550
Binary101000111110111111011100010001101001011010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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