Html Css Color HEX #536461 William

📋 copy color: '#536461'

red 83 ◦ green 100 ◦ blue 97

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

Shades of William #536461

Tints of William #536461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

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

R = 29.64%
G = 35.71%
B = 34.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#536461 (or 0x536461) is known color: William. HEX triplet: 53, 64 and 61. RGB value is (83,100,97). Sum of RGB (Red+Green+Blue) = 83+100+97=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 100 - color contains mainly: green. Hex color #536461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536461 is #AC9B9E. Grayscale: #5E5E5E. Windows color (decimal): -11312031 or 6382675. OLE color: 6382675.

HSL color Cylindrical-coordinate representation of color #536461: hue angle of 169.41º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #536461 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 100 97 -
CMYK 0.17 0 0.03 0.61
HSL 169.41º 0.09% 0.36% -
HSV(B) 169.41º 0.17% 0.39% -
XYZ 10.28 11.82 13.05 -
YUV 94.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 83 100 97 0.17 0 0.03 0.61 169.41 0.09 0.36
Hex 53 64 61 11 0 3 3D A9 9 24
Octal 123 144 141 21 0 3 75 251 11 44
Binary 1010011 1100100 1100001 10001 0 11 111101 10101001 1001 100100

Color Harmonies of #536461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536461

Black with #536461

Text Example


Text Example

White with #536461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536461; }

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

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

background-color css

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

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

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

border-color css

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

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

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