#517977

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

Shades of Breaker Bay #517977

Tints of Breaker Bay #517977

Color information

#517977 (or 0x517977) is unknown color: approx Breaker Bay. HEX triplet: 51, 79 and 77. RGB value is (81,121,119). Sum of RGB (Red+Green+Blue) = 81+121+119=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 121 - color contains mainly: green. Hex color #517977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517977 is #AE8688. Grayscale: #6C6C6C. Windows color (decimal): -11437705 or 7829841. OLE color: 7829841.

HSL color Cylindrical-coordinate representation of color #517977: hue angle of 177º 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 #517977 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB81121119-
CMYK0.3300.020.53
HSL177º19.8%39.61%-
HSV(B)177º33.06%47.45%-
XYZ13.5616.7619.97-
YUV108.81133.75108.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 121 (47.66% from 255) = 37.69%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=25.23%
G=37.69%
B=37.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811211190.3300.020.5317719.839.61
Hex517977210235b11428
Octal1211711674102652612450
Binary1010001111100111101111000010101101011011000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517977; }

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

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

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

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

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

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

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

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