Html Css Color HEX #3A5B53 Spectra

📋 copy color: '#3A5B53'

red 58 ◦ green 91 ◦ blue 83

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

Shades of Spectra #3A5B53

Tints of Spectra #3A5B53

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 value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#3A5B53 (or 0x3A5B53) is known color: 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

RGB 58 91 83 -
CMYK 0.36 0 0.09 0.64
HSL 165.45º 0.22% 0.29% -
HSV(B) 165.45º 0.36% 0.36% -
XYZ 7.05 9.01 9.55 -
YUV 80.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 58 91 83 0.36 0 0.09 0.64 165.45 0.22 0.29
Hex 3A 5B 53 24 0 9 40 A5 16 1D
Octal 72 133 123 44 0 11 100 245 26 35
Binary 111010 1011011 1010011 100100 0 1001 1000000 10100101 10110 11101

Color Harmonies of #3A5B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5B53

Black with #3A5B53

Text Example


Text Example

White with #3A5B53

Text Example


Text Example

HTML Codes & Css Web 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>