Html Css Color HEX #538B62 Como

📋 copy color: '#538B62'

red 83 ◦ green 139 ◦ blue 98

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

Shades of Como #538B62

Tints of Como #538B62

RGB

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

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

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

R = 25.94%
G = 43.44%
B = 30.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#538B62 (or 0x538B62) is known color: Como. HEX triplet: 53, 8B and 62. RGB value is (83,139,98). Sum of RGB (Red+Green+Blue) = 83+139+98=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #538B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B62 is #AC749D. Grayscale: #757575. Windows color (decimal): -11302046 or 6458195. OLE color: 6458195.

HSL color Cylindrical-coordinate representation of color #538B62: hue angle of 136.07º 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 #538B62 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 98 -
CMYK 0.40 0 0.29 0.45
HSL 136.07º 0.25% 0.44% -
HSV(B) 136.07º 0.4% 0.55% -
XYZ 15 21.19 14.85 -
YUV 117.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 83 139 98 0.40 0 0.29 0.45 136.07 0.25 0.44
Hex 53 8B 62 28 0 1D 2D 88 19 2C
Octal 123 213 142 50 0 35 55 210 31 54
Binary 1010011 10001011 1100010 101000 0 11101 101101 10001000 11001 101100

Color Harmonies of #538B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B62

Black with #538B62

Text Example


Text Example

White with #538B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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