#51867D

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

Shades of Breaker Bay #51867D

Tints of Breaker Bay #51867D

Color information

#51867D (or 0x51867D) is unknown color: approx Breaker Bay. HEX triplet: 51, 86 and 7D. RGB value is (81,134,125). Sum of RGB (Red+Green+Blue) = 81+134+125=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #51867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51867D is #AE7982. Grayscale: #757575. Windows color (decimal): -11434371 or 8226385. OLE color: 8226385.

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

Color convert

RGB81134125-
CMYK0.4000.070.47
HSL169.81º24.65%42.16%-
HSV(B)169.81º39.55%52.55%-
XYZ15.6220.2822.49-
YUV117.13132.44102.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=23.82%
G=39.41%
B=36.76%

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
Decimal811341250.4000.070.47169.8124.6542.16
Hex51867D28072Faa192a
Octal1212061755007572523152
Binary101000110000110111110110100001111011111010101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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