#577978

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

Shades of Breaker Bay #577978

Tints of Breaker Bay #577978

Color information

#577978 (or 0x577978) is unknown color: approx Breaker Bay. HEX triplet: 57, 79 and 78. RGB value is (87,121,120). Sum of RGB (Red+Green+Blue) = 87+121+120=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 121 - color contains mainly: green. Hex color #577978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577978 is #A88687. Grayscale: #6E6E6E. Windows color (decimal): -11044488 or 7895383. OLE color: 7895383.

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

Color convert

RGB87121120-
CMYK0.2800.010.53
HSL178.24º16.35%40.78%-
HSV(B)178.24º28.1%47.45%-
XYZ14.1617.0620.32-
YUV110.72133.24111.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 120 (47.27% from 255) = 36.59%
R=26.52%
G=36.89%
B=36.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871211200.2800.010.53178.2416.3540.78
Hex5779781C0135b21029
Octal1271711703401652622051
Binary10101111111001111100011100011101011011001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577978; }

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

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

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

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

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

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

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

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