Html Css Color HEX #3A5C50 Spectra

📋 copy color: '#3A5C50'

red 58 ◦ green 92 ◦ blue 80

#3A5C50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #3A5C50

Tints of Spectra #3A5C50

RGB

 RED value IS 58 (23.05% from 255) = 25.22%

 GREEN value IS 92 (36.33% from 255) = 40%

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 25.22%
G = 40%
B = 34.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#3A5C50 (or 0x3A5C50) is known color: Spectra. HEX triplet: 3A, 5C and 50. RGB value is (58,92,80). Sum of RGB (Red+Green+Blue) = 58+92+80=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C50 is #C5A3AF. Grayscale: #505050. Windows color (decimal): -12952496 or 5266490. OLE color: 5266490.

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

Color convert

RGB 58 92 80 -
CMYK 0.37 0 0.13 0.64
HSL 158.82º 0.23% 0.29% -
HSV(B) 158.82º 0.37% 0.36% -
XYZ 7.02 9.13 8.98 -
YUV 80.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 58 92 80 0.37 0 0.13 0.64 158.82 0.23 0.29
Hex 3A 5C 50 25 0 D 40 9F 17 1D
Octal 72 134 120 45 0 15 100 237 27 35
Binary 111010 1011100 1010000 100101 0 1101 1000000 10011111 10111 11101

Color Harmonies of #3A5C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5C50

Black with #3A5C50

Text Example


Text Example

White with #3A5C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,92,80); }

 H1.HeaderClassName
 {
   color: #3A5C50;
 }
 .AnyTagClassName
 {
   color: #3A5C50;
 }
</style>

background-color css

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

 a { background-color: rgb(58,92,80); }

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

border-color css

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

 span { border-color: rgb(58,92,80); }

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