Html Css Color HEX #538B60 Como

📋 copy color: '#538B60'

red 83 ◦ green 139 ◦ blue 96

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

Shades of Como #538B60

Tints of Como #538B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.71%

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 26.1%
G = 43.71%
B = 30.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#538B60 (or 0x538B60) is known color: Como. HEX triplet: 53, 8B and 60. RGB value is (83,139,96). Sum of RGB (Red+Green+Blue) = 83+139+96=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #538B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B60 is #AC749F. Grayscale: #757575. Windows color (decimal): -11302048 or 6327123. OLE color: 6327123.

HSL color Cylindrical-coordinate representation of color #538B60: hue angle of 133.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B60 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 96 -
CMYK 0.40 0 0.31 0.45
HSL 133.93º 0.25% 0.44% -
HSV(B) 133.93º 0.4% 0.55% -
XYZ 14.91 21.15 14.36 -
YUV 117.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 83 139 96 0.40 0 0.31 0.45 133.93 0.25 0.44
Hex 53 8B 60 28 0 1F 2D 86 19 2C
Octal 123 213 140 50 0 37 55 206 31 54
Binary 1010011 10001011 1100000 101000 0 11111 101101 10000110 11001 101100

Color Harmonies of #538B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B60

Black with #538B60

Text Example


Text Example

White with #538B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,139,96); }

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

background-color css

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

 a { background-color: rgb(83,139,96); }

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

border-color css

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

 span { border-color: rgb(83,139,96); }

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