#51847C

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

Shades of Breaker Bay #51847C

Tints of Breaker Bay #51847C

Color information

#51847C (or 0x51847C) is unknown color: approx Breaker Bay. HEX triplet: 51, 84 and 7C. RGB value is (81,132,124). Sum of RGB (Red+Green+Blue) = 81+132+124=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #51847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51847C is #AE7B83. Grayscale: #737373. Windows color (decimal): -11434884 or 8160337. OLE color: 8160337.

HSL color Cylindrical-coordinate representation of color #51847C: hue angle of 170.59º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #51847C is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB81132124-
CMYK0.3900.060.48
HSL170.59º23.94%41.76%-
HSV(B)170.59º38.64%51.76%-
XYZ15.2819.7122.07-
YUV115.84132.6103.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=24.04%
G=39.17%
B=36.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811321240.3900.060.48170.5923.9441.76
Hex51847C270630ab182a
Octal1212041744706602533052
Binary101000110000100111110010011101101100001010101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51847C; }

 p { color: rgb(81,132,124); }

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

<style>
 a { background-color: #51847C; }

 a { background-color: rgb(81,132,124); }

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

<style>
 span { border-color: #51847C; }

 span { border-color: rgb(81,132,124); }

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