#5A7C77

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

Shades of Breaker Bay #5A7C77

Tints of Breaker Bay #5A7C77

Color information

#5A7C77 (or 0x5A7C77) is unknown color: approx Breaker Bay. HEX triplet: 5A, 7C and 77. RGB value is (90,124,119). Sum of RGB (Red+Green+Blue) = 90+124+119=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7C77 is #A58388. Grayscale: #717171. Windows color (decimal): -10847113 or 7830618. OLE color: 7830618.

HSL color Cylindrical-coordinate representation of color #5A7C77: hue angle of 171.18º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7C77 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB90124119-
CMYK0.2700.040.51
HSL171.18º15.89%41.96%-
HSV(B)171.18º27.42%48.63%-
XYZ14.7517.9220.13-
YUV113.26131.24111.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.03%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=27.03%
G=37.24%
B=35.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal901241190.2700.040.51171.1815.8941.96
Hex5A7C771B0433ab102a
Octal1321741673304632532052
Binary1011010111110011101111101101001100111010101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A7C77; }

 p { color: rgb(90,124,119); }

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

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

 a { background-color: rgb(90,124,119); }

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

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

 span { border-color: rgb(90,124,119); }

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