Html Css Color HEX #538563 Como

📋 copy color: '#538563'

red 83 ◦ green 133 ◦ blue 99

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

Shades of Como #538563

Tints of Como #538563

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.22%

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

R = 26.35%
G = 42.22%
B = 31.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#538563 (or 0x538563) is known color: Como. HEX triplet: 53, 85 and 63. RGB value is (83,133,99). Sum of RGB (Red+Green+Blue) = 83+133+99=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #538563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538563 is #AC7A9C. Grayscale: #727272. Windows color (decimal): -11303581 or 6522195. OLE color: 6522195.

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

Color convert

RGB 83 133 99 -
CMYK 0.38 0 0.26 0.48
HSL 139.2º 0.23% 0.42% -
HSV(B) 139.2º 0.38% 0.52% -
XYZ 14.21 19.51 14.82 -
YUV 114.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 83 133 99 0.38 0 0.26 0.48 139.2 0.23 0.42
Hex 53 85 63 26 0 1A 30 8B 17 2A
Octal 123 205 143 46 0 32 60 213 27 52
Binary 1010011 10000101 1100011 100110 0 11010 110000 10001011 10111 101010

Color Harmonies of #538563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538563

Black with #538563

Text Example


Text Example

White with #538563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538563; }

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

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

background-color css

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

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

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

border-color css

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

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

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