#3A5B53

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

Shades of Spectra #3A5B53

Tints of Spectra #3A5B53

Color information

#3A5B53 (or 0x3A5B53) is unknown color: approx Spectra. HEX triplet: 3A, 5B and 53. RGB value is (58,91,83). Sum of RGB (Red+Green+Blue) = 58+91+83=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 91 - color contains mainly: green. Hex color #3A5B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5B53 is #C5A4AC. Grayscale: #505050. Windows color (decimal): -12952749 or 5462842. OLE color: 5462842.

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

Color convert

RGB589183-
CMYK0.3600.090.64
HSL165.45º22.15%29.22%-
HSV(B)165.45º36.26%35.69%-
XYZ7.059.019.55-
YUV80.22129.57112.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 39.22%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=25%
G=39.22%
B=35.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5891830.3600.090.64165.4522.1529.22
Hex3A5B53240940a5161d
Octal72133123440111002452635
Binary11101010110111010011100100010011000000101001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,91,83); }

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

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

 a { background-color: rgb(58,91,83); }

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

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

 span { border-color: rgb(58,91,83); }

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