Html Css Color HEX #538464 Como

📋 copy color: '#538464'

red 83 ◦ green 132 ◦ blue 100

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

Shades of Como #538464

Tints of Como #538464

RGB

 RED value IS 83 (32.81% from 255) = 26.35%

 GREEN value IS 132 (51.95% from 255) = 41.9%

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 26.35%
G = 41.9%
B = 31.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#538464 (or 0x538464) is known color: Como. HEX triplet: 53, 84 and 64. RGB value is (83,132,100). Sum of RGB (Red+Green+Blue) = 83+132+100=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #538464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538464 is #AC7B9B. Grayscale: #717171. Windows color (decimal): -11303836 or 6587475. OLE color: 6587475.

HSL color Cylindrical-coordinate representation of color #538464: hue angle of 140.82º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538464 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 100 -
CMYK 0.37 0 0.24 0.48
HSL 140.82º 0.23% 0.42% -
HSV(B) 140.82º 0.37% 0.52% -
XYZ 14.12 19.26 15.03 -
YUV 113.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 83 132 100 0.37 0 0.24 0.48 140.82 0.23 0.42
Hex 53 84 64 25 0 18 30 8D 17 2A
Octal 123 204 144 45 0 30 60 215 27 52
Binary 1010011 10000100 1100100 100101 0 11000 110000 10001101 10111 101010

Color Harmonies of #538464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538464

Black with #538464

Text Example


Text Example

White with #538464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538464; }

 p { color: rgb(83,132,100); }

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

background-color css

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

 a { background-color: rgb(83,132,100); }

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

border-color css

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

 span { border-color: rgb(83,132,100); }

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