#577B78

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

Shades of Breaker Bay #577B78

Tints of Breaker Bay #577B78

Color information

#577B78 (or 0x577B78) is unknown color: approx Breaker Bay. HEX triplet: 57, 7B and 78. RGB value is (87,123,120). Sum of RGB (Red+Green+Blue) = 87+123+120=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 123 - color contains mainly: green. Hex color #577B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577B78 is #A88487. Grayscale: #6F6F6F. Windows color (decimal): -11043976 or 7895895. OLE color: 7895895.

HSL color Cylindrical-coordinate representation of color #577B78: hue angle of 175º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577B78 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB87123120-
CMYK0.2900.020.52
HSL175º17.14%41.18%-
HSV(B)175º29.27%48.24%-
XYZ14.417.5520.4-
YUV111.89132.57110.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=26.36%
G=37.27%
B=36.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871231200.2900.020.5217517.1441.18
Hex577B781D0234af1129
Octal1271731703502642572151
Binary101011111110111111000111010101101001010111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577B78; }

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

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

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

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

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

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

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

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