Html Css Color HEX #538365 Como

📋 copy color: '#538365'

red 83 ◦ green 131 ◦ blue 101

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

Shades of Como #538365

Tints of Como #538365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 26.35%
G = 41.59%
B = 32.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#538365 (or 0x538365) is known color: Como. HEX triplet: 53, 83 and 65. RGB value is (83,131,101). Sum of RGB (Red+Green+Blue) = 83+131+101=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #538365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538365 is #AC7C9A. Grayscale: #717171. Windows color (decimal): -11304091 or 6652755. OLE color: 6652755.

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

Color convert

RGB 83 131 101 -
CMYK 0.37 0 0.23 0.49
HSL 142.5º 0.22% 0.42% -
HSV(B) 142.5º 0.37% 0.51% -
XYZ 14.03 19.01 15.24 -
YUV 113.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 83 131 101 0.37 0 0.23 0.49 142.5 0.22 0.42
Hex 53 83 65 25 0 17 31 8E 16 2A
Octal 123 203 145 45 0 27 61 216 26 52
Binary 1010011 10000011 1100101 100101 0 10111 110001 10001110 10110 101010

Color Harmonies of #538365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538365

Black with #538365

Text Example


Text Example

White with #538365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538365; }

 p { color: rgb(83,131,101); }

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

background-color css

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

 a { background-color: rgb(83,131,101); }

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

border-color css

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

 span { border-color: rgb(83,131,101); }

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