Html Css Color HEX #538263 Como

📋 copy color: '#538263'

red 83 ◦ green 130 ◦ blue 99

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

Shades of Como #538263

Tints of Como #538263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

 BLUE value IS 99 (39.06% from 255) = 31.73%

R = 26.6%
G = 41.67%
B = 31.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#538263 (or 0x538263) is known color: Como. HEX triplet: 53, 82 and 63. RGB value is (83,130,99). Sum of RGB (Red+Green+Blue) = 83+130+99=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #538263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538263 is #AC7D9C. Grayscale: #707070. Windows color (decimal): -11304349 or 6521427. OLE color: 6521427.

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

Color convert

RGB 83 130 99 -
CMYK 0.36 0 0.24 0.49
HSL 140.43º 0.22% 0.42% -
HSV(B) 140.43º 0.36% 0.51% -
XYZ 13.8 18.71 14.69 -
YUV 112.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 83 130 99 0.36 0 0.24 0.49 140.43 0.22 0.42
Hex 53 82 63 24 0 18 31 8C 16 2A
Octal 123 202 143 44 0 30 61 214 26 52
Binary 1010011 10000010 1100011 100100 0 11000 110001 10001100 10110 101010

Color Harmonies of #538263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538263

Black with #538263

Text Example


Text Example

White with #538263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538263; }

 p { color: rgb(83,130,99); }

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

background-color css

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

 a { background-color: rgb(83,130,99); }

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

border-color css

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

 span { border-color: rgb(83,130,99); }

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