Html Css Color HEX #538A5D Como

📋 copy color: '#538A5D'

red 83 ◦ green 138 ◦ blue 93

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

Shades of Como #538A5D

Tints of Como #538A5D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.95%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 26.43%
G = 43.95%
B = 29.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#538A5D (or 0x538A5D) is known color: Como. HEX triplet: 53, 8A and 5D. RGB value is (83,138,93). Sum of RGB (Red+Green+Blue) = 83+138+93=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #538A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A5D is #AC75A2. Grayscale: #747474. Windows color (decimal): -11302307 or 6130259. OLE color: 6130259.

HSL color Cylindrical-coordinate representation of color #538A5D: hue angle of 130.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A5D is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 138 93 -
CMYK 0.40 0 0.33 0.46
HSL 130.91º 0.25% 0.43% -
HSV(B) 130.91º 0.4% 0.54% -
XYZ 14.63 20.81 13.6 -
YUV 116.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 83 138 93 0.40 0 0.33 0.46 130.91 0.25 0.43
Hex 53 8A 5D 28 0 21 2E 83 19 2B
Octal 123 212 135 50 0 41 56 203 31 53
Binary 1010011 10001010 1011101 101000 0 100001 101110 10000011 11001 101011

Color Harmonies of #538A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A5D

Black with #538A5D

Text Example


Text Example

White with #538A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538A5D; }

 p { color: rgb(83,138,93); }

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

background-color css

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

 a { background-color: rgb(83,138,93); }

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

border-color css

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

 span { border-color: rgb(83,138,93); }

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