#51867B

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

Shades of Breaker Bay #51867B

Tints of Breaker Bay #51867B

Color information

#51867B (or 0x51867B) is unknown color: approx Breaker Bay. HEX triplet: 51, 86 and 7B. RGB value is (81,134,123). Sum of RGB (Red+Green+Blue) = 81+134+123=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #51867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51867B is #AE7984. Grayscale: #747474. Windows color (decimal): -11434373 or 8095313. OLE color: 8095313.

HSL color Cylindrical-coordinate representation of color #51867B: hue angle of 167.55º 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 #51867B is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB81134123-
CMYK0.4000.080.47
HSL167.55º24.65%42.16%-
HSV(B)167.55º39.55%52.55%-
XYZ15.4920.2321.83-
YUV116.9131.44102.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=23.96%
G=39.64%
B=36.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341230.4000.080.47167.5524.6542.16
Hex51867B28082Fa8192a
Octal12120617350010572503152
Binary1010001100001101111011101000010001011111010100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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