#51837D

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

Shades of Breaker Bay #51837D

Tints of Breaker Bay #51837D

Color information

#51837D (or 0x51837D) is unknown color: approx Breaker Bay. HEX triplet: 51, 83 and 7D. RGB value is (81,131,125). Sum of RGB (Red+Green+Blue) = 81+131+125=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #51837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51837D is #AE7C82. Grayscale: #737373. Windows color (decimal): -11435139 or 8225617. OLE color: 8225617.

HSL color Cylindrical-coordinate representation of color #51837D: hue angle of 172.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51837D is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB81131125-
CMYK0.3800.050.49
HSL172.8º23.58%41.57%-
HSV(B)172.8º38.17%51.37%-
XYZ15.2119.4622.36-
YUV115.37133.44103.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=24.04%
G=38.87%
B=37.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811311250.3800.050.49172.823.5841.57
Hex51837D260531ad182a
Octal1212031754605612553052
Binary101000110000011111110110011001011100011010110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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