#51867A

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

Shades of Breaker Bay #51867A

Tints of Breaker Bay #51867A

Color information

#51867A (or 0x51867A) is unknown color: approx Breaker Bay. HEX triplet: 51, 86 and 7A. RGB value is (81,134,122). Sum of RGB (Red+Green+Blue) = 81+134+122=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #51867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51867A is #AE7985. Grayscale: #747474. Windows color (decimal): -11434374 or 8029777. OLE color: 8029777.

HSL color Cylindrical-coordinate representation of color #51867A: hue angle of 166.42º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51867A is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB81134122-
CMYK0.4000.090.47
HSL166.42º24.65%42.16%-
HSV(B)166.42º39.55%52.55%-
XYZ15.4320.221.5-
YUV116.78130.94102.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=24.04%
G=39.76%
B=36.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341220.4000.090.47166.4224.6542.16
Hex51867A28092Fa6192a
Octal12120617250011572463152
Binary1010001100001101111010101000010011011111010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,134,122); }

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

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

 a { background-color: rgb(81,134,122); }

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

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

 span { border-color: rgb(81,134,122); }

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