#51817D

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

Shades of Breaker Bay #51817D

Tints of Breaker Bay #51817D

Color information

#51817D (or 0x51817D) is unknown color: approx Breaker Bay. HEX triplet: 51, 81 and 7D. RGB value is (81,129,125). Sum of RGB (Red+Green+Blue) = 81+129+125=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #51817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51817D is #AE7E82. Grayscale: #727272. Windows color (decimal): -11435651 or 8225105. OLE color: 8225105.

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

Color convert

RGB81129125-
CMYK0.3700.030.49
HSL175º22.86%41.18%-
HSV(B)175º37.21%50.59%-
XYZ14.9518.9322.27-
YUV114.19134.1104.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 125 (49.22% from 255) = 37.31%
R=24.18%
G=38.51%
B=37.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291250.3700.030.4917522.8641.18
Hex51817D250331af1729
Octal1212011754503612572751
Binary10100011000000111111011001010111100011010111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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