#51857E

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

Shades of Breaker Bay #51857E

Tints of Breaker Bay #51857E

Color information

#51857E (or 0x51857E) is unknown color: approx Breaker Bay. HEX triplet: 51, 85 and 7E. RGB value is (81,133,126). Sum of RGB (Red+Green+Blue) = 81+133+126=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #51857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51857E is #AE7A81. Grayscale: #747474. Windows color (decimal): -11434626 or 8291665. OLE color: 8291665.

HSL color Cylindrical-coordinate representation of color #51857E: hue angle of 171.92º 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 #51857E is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB81133126-
CMYK0.3900.050.48
HSL171.92º24.3%41.96%-
HSV(B)171.92º39.1%52.16%-
XYZ15.5520.0322.79-
YUV116.65133.27102.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=23.82%
G=39.12%
B=37.06%

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
Decimal811331260.3900.050.48171.9224.341.96
Hex51857E270530ac182a
Octal1212051764705602543052
Binary101000110000101111111010011101011100001010110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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