Html Css Color HEX #538267 Como

📋 copy color: '#538267'

red 83 ◦ green 130 ◦ blue 103

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

Shades of Como #538267

Tints of Como #538267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.14%

 BLUE value IS 103 (40.63% from 255) = 32.59%

R = 26.27%
G = 41.14%
B = 32.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#538267 (or 0x538267) is known color: Como. HEX triplet: 53, 82 and 67. RGB value is (83,130,103). Sum of RGB (Red+Green+Blue) = 83+130+103=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #538267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538267 is #AC7D98. Grayscale: #707070. Windows color (decimal): -11304345 or 6783571. OLE color: 6783571.

HSL color Cylindrical-coordinate representation of color #538267: hue angle of 145.53º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538267 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 103 -
CMYK 0.36 0 0.21 0.49
HSL 145.53º 0.22% 0.42% -
HSV(B) 145.53º 0.36% 0.51% -
XYZ 14 18.78 15.72 -
YUV 112.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 83 130 103 0.36 0 0.21 0.49 145.53 0.22 0.42
Hex 53 82 67 24 0 15 31 92 16 2A
Octal 123 202 147 44 0 25 61 222 26 52
Binary 1010011 10000010 1100111 100100 0 10101 110001 10010010 10110 101010

Color Harmonies of #538267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538267

Black with #538267

Text Example


Text Example

White with #538267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538267; }

 p { color: rgb(83,130,103); }

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

background-color css

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

 a { background-color: rgb(83,130,103); }

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

border-color css

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

 span { border-color: rgb(83,130,103); }

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