#578080

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

Shades of Breaker Bay #578080

Tints of Breaker Bay #578080

Color information

#578080 (or 0x578080) is unknown color: approx Breaker Bay. HEX triplet: 57, 80 and 80. RGB value is (87,128,128). Sum of RGB (Red+Green+Blue) = 87+128+128=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #578080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578080 is #A87F7F. Grayscale: #737373. Windows color (decimal): -11042688 or 8421463. OLE color: 8421463.

HSL color Cylindrical-coordinate representation of color #578080: hue angle of 180º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #578080 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB87128128-
CMYK0.32000.50
HSL180º19.07%42.16%-
HSV(B)180º32.03%50.2%-
XYZ15.5519.0223.27-
YUV115.74134.92107.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=25.36%
G=37.32%
B=37.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871281280.32000.5018019.0742.16
Hex578080200032b4132a
Octal1272002004000622642352
Binary10101111000000010000000100000001100101011010010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578080; }

 p { color: rgb(87,128,128); }

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

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

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

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

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

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

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