Html Css Color HEX #536B5D Como

📋 copy color: '#536B5D'

red 83 ◦ green 107 ◦ blue 93

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

Shades of Como #536B5D

Tints of Como #536B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.81%

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

R = 29.33%
G = 37.81%
B = 32.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#536B5D (or 0x536B5D) is known color: Como. HEX triplet: 53, 6B and 5D. RGB value is (83,107,93). Sum of RGB (Red+Green+Blue) = 83+107+93=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #536B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B5D is #AC94A2. Grayscale: #626262. Windows color (decimal): -11310243 or 6122323. OLE color: 6122323.

HSL color Cylindrical-coordinate representation of color #536B5D: hue angle of 145º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536B5D is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 107 93 -
CMYK 0.22 0 0.13 0.58
HSL 145º 0.13% 0.37% -
HSV(B) 145º 0.22% 0.42% -
XYZ 10.8 13.14 12.32 -
YUV 98.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 83 107 93 0.22 0 0.13 0.58 145 0.13 0.37
Hex 53 6B 5D 16 0 D 3A 91 D 25
Octal 123 153 135 26 0 15 72 221 15 45
Binary 1010011 1101011 1011101 10110 0 1101 111010 10010001 1101 100101

Color Harmonies of #536B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B5D

Black with #536B5D

Text Example


Text Example

White with #536B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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