#51857D

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

Shades of Breaker Bay #51857D

Tints of Breaker Bay #51857D

Color information

#51857D (or 0x51857D) is unknown color: approx Breaker Bay. HEX triplet: 51, 85 and 7D. RGB value is (81,133,125). Sum of RGB (Red+Green+Blue) = 81+133+125=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #51857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51857D is #AE7A82. Grayscale: #747474. Windows color (decimal): -11434627 or 8226129. OLE color: 8226129.

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

Color convert

RGB81133125-
CMYK0.3900.060.48
HSL170.77º24.3%41.96%-
HSV(B)170.77º39.1%52.16%-
XYZ15.4820.0122.45-
YUV116.54132.77102.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=23.89%
G=39.23%
B=36.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331250.3900.060.48170.7724.341.96
Hex51857D270630ab182a
Octal1212051754706602533052
Binary101000110000101111110110011101101100001010101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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