Html Css Color HEX #536D6A William

📋 copy color: '#536D6A'

red 83 ◦ green 109 ◦ blue 106

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

Shades of William #536D6A

Tints of William #536D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.58%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 27.85%
G = 36.58%
B = 35.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#536D6A (or 0x536D6A) is known color: William. HEX triplet: 53, 6D and 6A. RGB value is (83,109,106). Sum of RGB (Red+Green+Blue) = 83+109+106=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 109 - color contains mainly: green. Hex color #536D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D6A is #AC9295. Grayscale: #646464. Windows color (decimal): -11309718 or 6974803. OLE color: 6974803.

HSL color Cylindrical-coordinate representation of color #536D6A: hue angle of 173.08º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #536D6A is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 109 106 -
CMYK 0.24 0 0.03 0.57
HSL 173.08º 0.14% 0.38% -
HSV(B) 173.08º 0.24% 0.43% -
XYZ 11.64 13.82 15.69 -
YUV 100.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 83 109 106 0.24 0 0.03 0.57 173.08 0.14 0.38
Hex 53 6D 6A 18 0 3 39 AD E 26
Octal 123 155 152 30 0 3 71 255 16 46
Binary 1010011 1101101 1101010 11000 0 11 111001 10101101 1110 100110

Color Harmonies of #536D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D6A

Black with #536D6A

Text Example


Text Example

White with #536D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,109,106); }

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

background-color css

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

 a { background-color: rgb(83,109,106); }

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

border-color css

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

 span { border-color: rgb(83,109,106); }

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