#57827A

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

Shades of Breaker Bay #57827A

Tints of Breaker Bay #57827A

Color information

#57827A (or 0x57827A) is unknown color: approx Breaker Bay. HEX triplet: 57, 82 and 7A. RGB value is (87,130,122). Sum of RGB (Red+Green+Blue) = 87+130+122=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #57827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57827A is #A87D85. Grayscale: #747474. Windows color (decimal): -11042182 or 8028759. OLE color: 8028759.

HSL color Cylindrical-coordinate representation of color #57827A: hue angle of 168.84º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57827A is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB87130122-
CMYK0.3300.060.49
HSL168.84º19.82%42.55%-
HSV(B)168.84º33.08%50.98%-
XYZ15.4319.421.34-
YUV116.23131.25107.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=25.66%
G=38.35%
B=35.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871301220.3300.060.49168.8419.8242.55
Hex57827A210631a9142b
Octal1272021724106612512453
Binary101011110000010111101010000101101100011010100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57827A; }

 p { color: rgb(87,130,122); }

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

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

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

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

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

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

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