#51817F

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

Shades of Breaker Bay #51817F

Tints of Breaker Bay #51817F

Color information

#51817F (or 0x51817F) is unknown color: approx Breaker Bay. HEX triplet: 51, 81 and 7F. RGB value is (81,129,127). Sum of RGB (Red+Green+Blue) = 81+129+127=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #51817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51817F is #AE7E80. Grayscale: #727272. Windows color (decimal): -11435649 or 8356177. OLE color: 8356177.

HSL color Cylindrical-coordinate representation of color #51817F: hue angle of 177.5º 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 #51817F is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB81129127-
CMYK0.3700.020.49
HSL177.5º22.86%41.18%-
HSV(B)177.5º37.21%50.59%-
XYZ15.0718.9822.95-
YUV114.42135.1104.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 127 (50% from 255) = 37.69%
R=24.04%
G=38.28%
B=37.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291270.3700.020.49177.522.8641.18
Hex51817F250231b11729
Octal1212011774502612612751
Binary10100011000000111111111001010101100011011000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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