Html Css Color HEX #536B64 William

📋 copy color: '#536B64'

red 83 ◦ green 107 ◦ blue 100

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

Shades of William #536B64

Tints of William #536B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 28.62%
G = 36.9%
B = 34.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#536B64 (or 0x536B64) is known color: William. HEX triplet: 53, 6B and 64. RGB value is (83,107,100). Sum of RGB (Red+Green+Blue) = 83+107+100=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 107 - color contains mainly: green. Hex color #536B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B64 is #AC949B. Grayscale: #636363. Windows color (decimal): -11310236 or 6581075. OLE color: 6581075.

HSL color Cylindrical-coordinate representation of color #536B64: hue angle of 162.5º 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 #536B64 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 107 100 -
CMYK 0.22 0 0.07 0.58
HSL 162.5º 0.13% 0.37% -
HSV(B) 162.5º 0.22% 0.42% -
XYZ 11.13 13.27 14.03 -
YUV 99.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 83 107 100 0.22 0 0.07 0.58 162.5 0.13 0.37
Hex 53 6B 64 16 0 7 3A A2 D 25
Octal 123 153 144 26 0 7 72 242 15 45
Binary 1010011 1101011 1100100 10110 0 111 111010 10100010 1101 100101

Color Harmonies of #536B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B64

Black with #536B64

Text Example


Text Example

White with #536B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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