Html Css Color HEX #538E63 Como

📋 copy color: '#538E63'

red 83 ◦ green 142 ◦ blue 99

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

Shades of Como #538E63

Tints of Como #538E63

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.83%

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

R = 25.62%
G = 43.83%
B = 30.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#538E63 (or 0x538E63) is known color: Como. HEX triplet: 53, 8E and 63. RGB value is (83,142,99). Sum of RGB (Red+Green+Blue) = 83+142+99=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #538E63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E63 is #AC719C. Grayscale: #777777. Windows color (decimal): -11301277 or 6524499. OLE color: 6524499.

HSL color Cylindrical-coordinate representation of color #538E63: hue angle of 136.27º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E63 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 142 99 -
CMYK 0.42 0 0.30 0.44
HSL 136.27º 0.26% 0.44% -
HSV(B) 136.27º 0.42% 0.56% -
XYZ 15.49 22.09 15.25 -
YUV 119.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 83 142 99 0.42 0 0.30 0.44 136.27 0.26 0.44
Hex 53 8E 63 2A 0 1E 2C 88 1A 2C
Octal 123 216 143 52 0 36 54 210 32 54
Binary 1010011 10001110 1100011 101010 0 11110 101100 10001000 11010 101100

Color Harmonies of #538E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E63

Black with #538E63

Text Example


Text Example

White with #538E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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