#51757A

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

Shades of Breaker Bay #51757A

Tints of Breaker Bay #51757A

Color information

#51757A (or 0x51757A) is unknown color: approx Breaker Bay. HEX triplet: 51, 75 and 7A. RGB value is (81,117,122). Sum of RGB (Red+Green+Blue) = 81+117+122=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #51757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51757A is #AE8A85. Grayscale: #6A6A6A. Windows color (decimal): -11438726 or 8025425. OLE color: 8025425.

HSL color Cylindrical-coordinate representation of color #51757A: hue angle of 187.32º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51757A is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB81117122-
CMYK0.340.0400.52
HSL187.32º20.2%39.8%-
HSV(B)187.32º33.61%47.84%-
XYZ13.2715.8820.78-
YUV106.81136.57109.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=25.31%
G=36.56%
B=38.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811171220.340.0400.52187.3220.239.8
Hex51757A224034bb1428
Octal1211651724240642732450
Binary10100011110101111101010001010001101001011101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51757A; }

 p { color: rgb(81,117,122); }

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

<style>
 a { background-color: #51757A; }

 a { background-color: rgb(81,117,122); }

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

<style>
 span { border-color: #51757A; }

 span { border-color: rgb(81,117,122); }

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