Html Css Color HEX #538562 Como

📋 copy color: '#538562'

red 83 ◦ green 133 ◦ blue 98

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

Shades of Como #538562

Tints of Como #538562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 26.43%
G = 42.36%
B = 31.21%

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

#538562 (or 0x538562) is known color: Como. HEX triplet: 53, 85 and 62. RGB value is (83,133,98). Sum of RGB (Red+Green+Blue) = 83+133+98=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #538562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538562 is #AC7A9D. Grayscale: #727272. Windows color (decimal): -11303582 or 6456659. OLE color: 6456659.

HSL color Cylindrical-coordinate representation of color #538562: hue angle of 138º 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 #538562 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 98 -
CMYK 0.38 0 0.26 0.48
HSL 138º 0.23% 0.42% -
HSV(B) 138º 0.38% 0.52% -
XYZ 14.16 19.5 14.57 -
YUV 114.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 83 133 98 0.38 0 0.26 0.48 138 0.23 0.42
Hex 53 85 62 26 0 1A 30 8A 17 2A
Octal 123 205 142 46 0 32 60 212 27 52
Binary 1010011 10000101 1100010 100110 0 11010 110000 10001010 10111 101010

Color Harmonies of #538562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538562

Black with #538562

Text Example


Text Example

White with #538562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538562; }

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

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

background-color css

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

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

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

border-color css

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

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

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