#578078

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

Shades of Breaker Bay #578078

Tints of Breaker Bay #578078

Color information

#578078 (or 0x578078) is unknown color: approx Breaker Bay. HEX triplet: 57, 80 and 78. RGB value is (87,128,120). Sum of RGB (Red+Green+Blue) = 87+128+120=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #578078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578078 is #A87F87. Grayscale: #727272. Windows color (decimal): -11042696 or 7897175. OLE color: 7897175.

HSL color Cylindrical-coordinate representation of color #578078: hue angle of 168.29º 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 #578078 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB87128120-
CMYK0.3200.060.50
HSL168.29º19.07%42.16%-
HSV(B)168.29º32.03%50.2%-
XYZ15.0418.8220.61-
YUV114.83130.92108.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.97%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=25.97%
G=38.21%
B=35.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871281200.3200.060.50168.2919.0742.16
Hex578078200632a8132a
Octal1272001704006622502352
Binary101011110000000111100010000001101100101010100010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578078; }

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

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

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

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

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

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

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

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