#57817F

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

Shades of Breaker Bay #57817F

Tints of Breaker Bay #57817F

Color information

#57817F (or 0x57817F) is unknown color: approx Breaker Bay. HEX triplet: 57, 81 and 7F. RGB value is (87,129,127). Sum of RGB (Red+Green+Blue) = 87+129+127=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #57817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57817F is #A87E80. Grayscale: #747474. Windows color (decimal): -11042433 or 8356183. OLE color: 8356183.

HSL color Cylindrical-coordinate representation of color #57817F: hue angle of 177.14º 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 #57817F is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB87129127-
CMYK0.3300.020.49
HSL177.14º19.44%42.35%-
HSV(B)177.14º32.56%50.59%-
XYZ15.6119.2622.97-
YUV116.21134.09107.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 127 (50% from 255) = 37.03%
R=25.36%
G=37.61%
B=37.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871291270.3300.020.49177.1419.4442.35
Hex57817F210231b1132a
Octal1272011774102612612352
Binary10101111000000111111111000010101100011011000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57817F; }

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

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

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

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

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

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

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

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