#51847E

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

Shades of Breaker Bay #51847E

Tints of Breaker Bay #51847E

Color information

#51847E (or 0x51847E) is unknown color: approx Breaker Bay. HEX triplet: 51, 84 and 7E. RGB value is (81,132,126). Sum of RGB (Red+Green+Blue) = 81+132+126=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #51847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51847E is #AE7B81. Grayscale: #747474. Windows color (decimal): -11434882 or 8291409. OLE color: 8291409.

HSL color Cylindrical-coordinate representation of color #51847E: hue angle of 172.94º 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 #51847E is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB81132126-
CMYK0.3900.050.48
HSL172.94º23.94%41.76%-
HSV(B)172.94º38.64%51.76%-
XYZ15.4119.7622.74-
YUV116.07133.6102.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=23.89%
G=38.94%
B=37.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811321260.3900.050.48172.9423.9441.76
Hex51847E270530ad182a
Octal1212041764705602553052
Binary101000110000100111111010011101011100001010110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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