#517978

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

Shades of Breaker Bay #517978

Tints of Breaker Bay #517978

Color information

#517978 (or 0x517978) is unknown color: approx Breaker Bay. HEX triplet: 51, 79 and 78. RGB value is (81,121,120). Sum of RGB (Red+Green+Blue) = 81+121+120=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #517978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517978 is #AE8687. Grayscale: #6C6C6C. Windows color (decimal): -11437704 or 7895377. OLE color: 7895377.

HSL color Cylindrical-coordinate representation of color #517978: hue angle of 178.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #517978 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB81121120-
CMYK0.3300.010.53
HSL178.5º19.8%39.61%-
HSV(B)178.5º33.06%47.45%-
XYZ13.6216.7820.29-
YUV108.93134.25108.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=25.16%
G=37.58%
B=37.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811211200.3300.010.53178.519.839.61
Hex517978210135b21428
Octal1211711704101652622450
Binary101000111110011111000100001011101011011001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517978; }

 p { color: rgb(81,121,120); }

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

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

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

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

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

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

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