#578081

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

Shades of Breaker Bay #578081

Tints of Breaker Bay #578081

Color information

#578081 (or 0x578081) is unknown color: approx Breaker Bay. HEX triplet: 57, 80 and 81. RGB value is (87,128,129). Sum of RGB (Red+Green+Blue) = 87+128+129=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #578081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578081 is #A87F7E. Grayscale: #737373. Windows color (decimal): -11042687 or 8486999. OLE color: 8486999.

HSL color Cylindrical-coordinate representation of color #578081: hue angle of 181.43º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #578081 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB87128129-
CMYK0.330.0100.49
HSL181.43º19.44%42.35%-
HSV(B)181.43º32.56%50.59%-
XYZ15.6119.0523.62-
YUV115.86135.42107.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=25.29%
G=37.21%
B=37.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871281290.330.0100.49181.4319.4442.35
Hex578081211031b5132a
Octal1272002014110612652352
Binary10101111000000010000001100001101100011011010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578081; }

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

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

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

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

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

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

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

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