#51857F

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

Shades of Breaker Bay #51857F

Tints of Breaker Bay #51857F

Color information

#51857F (or 0x51857F) is unknown color: approx Breaker Bay. HEX triplet: 51, 85 and 7F. RGB value is (81,133,127). Sum of RGB (Red+Green+Blue) = 81+133+127=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #51857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51857F is #AE7A80. Grayscale: #747474. Windows color (decimal): -11434625 or 8357201. OLE color: 8357201.

HSL color Cylindrical-coordinate representation of color #51857F: hue angle of 173.08º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #51857F is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB81133127-
CMYK0.3900.050.48
HSL173.08º24.3%41.96%-
HSV(B)173.08º39.1%52.16%-
XYZ15.6120.0623.13-
YUV116.77133.77102.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 127 (50% from 255) = 37.24%
R=23.75%
G=39.00%
B=37.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331270.3900.050.48173.0824.341.96
Hex51857F270530ad182a
Octal1212051774705602553052
Binary101000110000101111111110011101011100001010110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,133,127); }

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

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

 a { background-color: rgb(81,133,127); }

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

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

 span { border-color: rgb(81,133,127); }

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