#84A5A3

Color #84A5A3 Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #84A5A3

Tints of Submarine #84A5A3

Color information

#84A5A3 (or 0x84A5A3) is unknown color: approx Submarine. HEX triplet: 84, A5 and A3. RGB value is (132,165,163). Sum of RGB (Red+Green+Blue) = 132+165+163=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 165 - color contains mainly: green. Hex color #84A5A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A5A3 is #7B5A5C. Grayscale: #9A9A9A. Windows color (decimal): -8084061 or 10724740. OLE color: 10724740.

HSL color Cylindrical-coordinate representation of color #84A5A3: hue angle of 176.36º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A5A3 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB132165163-
CMYK0.2000.010.35
HSL176.36º15.49%58.24%-
HSV(B)176.36º20%64.71%-
XYZ29.5834.4639.74-
YUV154.9132.57111.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.70%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 163 (64.06% from 255) = 35.43%
R=28.70%
G=35.87%
B=35.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321651630.2000.010.35176.3615.4958.24
Hex84A5A3140123b0f3a
Octal2042452432401432601772
Binary1000010010100101101000111010001100011101100001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A5A3; }

 p { color: rgb(132,165,163); }

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

<style>
 a { background-color: #84A5A3; }

 a { background-color: rgb(132,165,163); }

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

<style>
 span { border-color: #84A5A3; }

 span { border-color: rgb(132,165,163); }

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