#578483

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

Shades of Breaker Bay #578483

Tints of Breaker Bay #578483

Color information

#578483 (or 0x578483) is unknown color: approx Breaker Bay. HEX triplet: 57, 84 and 83. RGB value is (87,132,131). Sum of RGB (Red+Green+Blue) = 87+132+131=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #578483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578483 is #A87B7C. Grayscale: #767676. Windows color (decimal): -11041661 or 8619095. OLE color: 8619095.

HSL color Cylindrical-coordinate representation of color #578483: hue angle of 178.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #578483 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB87132131-
CMYK0.3400.010.48
HSL178.67º20.55%42.94%-
HSV(B)178.67º34.09%51.76%-
XYZ16.2820.1724.51-
YUV118.43135.09105.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 131 (51.56% from 255) = 37.43%
R=24.86%
G=37.71%
B=37.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871321310.3400.010.48178.6720.5542.94
Hex578483220130b3152b
Octal1272042034201602632553
Binary10101111000010010000011100010011100001011001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578483; }

 p { color: rgb(87,132,131); }

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

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

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

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

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

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

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