#51837F

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

Shades of Breaker Bay #51837F

Tints of Breaker Bay #51837F

Color information

#51837F (or 0x51837F) is unknown color: approx Breaker Bay. HEX triplet: 51, 83 and 7F. RGB value is (81,131,127). Sum of RGB (Red+Green+Blue) = 81+131+127=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #51837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51837F is #AE7C80. Grayscale: #737373. Windows color (decimal): -11435137 or 8356689. OLE color: 8356689.

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

Color convert

RGB81131127-
CMYK0.3800.030.49
HSL175.2º23.58%41.57%-
HSV(B)175.2º38.17%51.37%-
XYZ15.3419.5123.04-
YUV115.59134.44103.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 127 (50% from 255) = 37.46%
R=23.89%
G=38.64%
B=37.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811311270.3800.030.49175.223.5841.57
Hex51837F260331af182a
Octal1212031774603612573052
Binary10100011000001111111111001100111100011010111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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