#51817C

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

Shades of Breaker Bay #51817C

Tints of Breaker Bay #51817C

Color information

#51817C (or 0x51817C) is unknown color: approx Breaker Bay. HEX triplet: 51, 81 and 7C. RGB value is (81,129,124). Sum of RGB (Red+Green+Blue) = 81+129+124=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #51817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51817C is #AE7E83. Grayscale: #727272. Windows color (decimal): -11435652 or 8159569. OLE color: 8159569.

HSL color Cylindrical-coordinate representation of color #51817C: hue angle of 173.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51817C is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB81129124-
CMYK0.3700.040.49
HSL173.75º22.86%41.18%-
HSV(B)173.75º37.21%50.59%-
XYZ14.8818.9121.93-
YUV114.08133.6104.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=24.25%
G=38.62%
B=37.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291240.3700.040.49173.7522.8641.18
Hex51817C250431ae1729
Octal1212011744504612562751
Binary101000110000001111110010010101001100011010111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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