Html Css Color HEX #536965 William

📋 copy color: '#536965'

red 83 ◦ green 105 ◦ blue 101

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

Shades of William #536965

Tints of William #536965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 28.72%
G = 36.33%
B = 34.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#536965 (or 0x536965) is known color: William. HEX triplet: 53, 69 and 65. RGB value is (83,105,101). Sum of RGB (Red+Green+Blue) = 83+105+101=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #536965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536965 is #AC969A. Grayscale: #616161. Windows color (decimal): -11310747 or 6646099. OLE color: 6646099.

HSL color Cylindrical-coordinate representation of color #536965: hue angle of 169.09º 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 #536965 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 101 -
CMYK 0.21 0 0.04 0.59
HSL 169.09º 0.12% 0.37% -
HSV(B) 169.09º 0.21% 0.41% -
XYZ 10.97 12.88 14.22 -
YUV 97.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 83 105 101 0.21 0 0.04 0.59 169.09 0.12 0.37
Hex 53 69 65 15 0 4 3B A9 C 25
Octal 123 151 145 25 0 4 73 251 14 45
Binary 1010011 1101001 1100101 10101 0 100 111011 10101001 1100 100101

Color Harmonies of #536965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536965

Black with #536965

Text Example


Text Example

White with #536965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536965; }

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

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

background-color css

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

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

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

border-color css

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

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

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