Html Css Color HEX #536561 William

📋 copy color: '#536561'

red 83 ◦ green 101 ◦ blue 97

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

Shades of William #536561

Tints of William #536561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 29.54%
G = 35.94%
B = 34.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#536561 (or 0x536561) is known color: William. HEX triplet: 53, 65 and 61. RGB value is (83,101,97). Sum of RGB (Red+Green+Blue) = 83+101+97=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #536561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536561 is #AC9A9E. Grayscale: #5F5F5F. Windows color (decimal): -11311775 or 6382931. OLE color: 6382931.

HSL color Cylindrical-coordinate representation of color #536561: hue angle of 166.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536561 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 97 -
CMYK 0.18 0 0.04 0.60
HSL 166.67º 0.1% 0.36% -
HSV(B) 166.67º 0.18% 0.4% -
XYZ 10.38 12.01 13.08 -
YUV 95.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 83 101 97 0.18 0 0.04 0.60 166.67 0.1 0.36
Hex 53 65 61 12 0 4 3C A7 A 24
Octal 123 145 141 22 0 4 74 247 12 44
Binary 1010011 1100101 1100001 10010 0 100 111100 10100111 1010 100100

Color Harmonies of #536561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536561

Black with #536561

Text Example


Text Example

White with #536561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536561; }

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

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

background-color css

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

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

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

border-color css

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

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

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