Html Css Color HEX #536966 William

📋 copy color: '#536966'

red 83 ◦ green 105 ◦ blue 102

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

Shades of William #536966

Tints of William #536966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.21%

 BLUE value IS 102 (40.23% from 255) = 35.17%

R = 28.62%
G = 36.21%
B = 35.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#536966 (or 0x536966) is known color: William. HEX triplet: 53, 69 and 66. RGB value is (83,105,102). Sum of RGB (Red+Green+Blue) = 83+105+102=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 105 - color contains mainly: green. Hex color #536966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536966 is #AC9699. Grayscale: #626262. Windows color (decimal): -11310746 or 6711635. OLE color: 6711635.

HSL color Cylindrical-coordinate representation of color #536966: hue angle of 171.82º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536966 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 102 -
CMYK 0.21 0 0.03 0.59
HSL 171.82º 0.12% 0.37% -
HSV(B) 171.82º 0.21% 0.41% -
XYZ 11.02 12.9 14.48 -
YUV 98.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 83 105 102 0.21 0 0.03 0.59 171.82 0.12 0.37
Hex 53 69 66 15 0 3 3B AC C 25
Octal 123 151 146 25 0 3 73 254 14 45
Binary 1010011 1101001 1100110 10101 0 11 111011 10101100 1100 100101

Color Harmonies of #536966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536966

Black with #536966

Text Example


Text Example

White with #536966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536966; }

 p { color: rgb(83,105,102); }

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

background-color css

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

 a { background-color: rgb(83,105,102); }

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

border-color css

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

 span { border-color: rgb(83,105,102); }

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