#51867C

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

Shades of Breaker Bay #51867C

Tints of Breaker Bay #51867C

Color information

#51867C (or 0x51867C) is unknown color: approx Breaker Bay. HEX triplet: 51, 86 and 7C. RGB value is (81,134,124). Sum of RGB (Red+Green+Blue) = 81+134+124=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #51867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51867C is #AE7983. Grayscale: #757575. Windows color (decimal): -11434372 or 8160849. OLE color: 8160849.

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

Color convert

RGB81134124-
CMYK0.4000.070.47
HSL168.68º24.65%42.16%-
HSV(B)168.68º39.55%52.55%-
XYZ15.5620.2522.16-
YUV117.01131.94102.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=23.89%
G=39.53%
B=36.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341240.4000.070.47168.6824.6542.16
Hex51867C28072Fa9192a
Octal1212061745007572513152
Binary101000110000110111110010100001111011111010100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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