#3A5A52

Color #3A5A52 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #3A5A52

Tints of Spectra #3A5A52

Color information

#3A5A52 (or 0x3A5A52) is unknown color: approx Spectra. HEX triplet: 3A, 5A and 52. RGB value is (58,90,82). Sum of RGB (Red+Green+Blue) = 58+90+82=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A52 is #C5A5AD. Grayscale: #4F4F4F. Windows color (decimal): -12953006 or 5397050. OLE color: 5397050.

HSL color Cylindrical-coordinate representation of color #3A5A52: hue angle of 165º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A52 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB589082-
CMYK0.3600.090.65
HSL165º21.62%29.02%-
HSV(B)165º35.56%35.29%-
XYZ6.928.829.32-
YUV79.52129.4112.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.22%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=25.22%
G=39.13%
B=35.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5890820.3600.090.6516521.6229.02
Hex3A5A52240941a5161d
Octal72132122440111012452635
Binary11101010110101010010100100010011000001101001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5A52; }

 p { color: rgb(58,90,82); }

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

<style>
 a { background-color: #3A5A52; }

 a { background-color: rgb(58,90,82); }

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

<style>
 span { border-color: #3A5A52; }

 span { border-color: rgb(58,90,82); }

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