Html Css Color HEX #5A6361 William

📋 copy color: '#5A6361'

red 90 ◦ green 99 ◦ blue 97

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

Shades of William #5A6361

Tints of William #5A6361

RGB

 RED value IS 90 (35.55% from 255) = 31.47%

 GREEN value IS 99 (39.06% from 255) = 34.62%

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

R = 31.47%
G = 34.62%
B = 33.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#5A6361 (or 0x5A6361) is known color: William. HEX triplet: 5A, 63 and 61. RGB value is (90,99,97). Sum of RGB (Red+Green+Blue) = 90+99+97=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6361 is #A59C9E. Grayscale: #606060. Windows color (decimal): -10853535 or 6382426. OLE color: 6382426.

HSL color Cylindrical-coordinate representation of color #5A6361: hue angle of 166.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A6361 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 99 97 -
CMYK 0.09 0 0.02 0.61
HSL 166.67º 0.05% 0.37% -
HSV(B) 166.67º 0.09% 0.39% -
XYZ 10.84 11.96 13.05 -
YUV 96.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 90 99 97 0.09 0 0.02 0.61 166.67 0.05 0.37
Hex 5A 63 61 9 0 2 3D A7 5 25
Octal 132 143 141 11 0 2 75 247 5 45
Binary 1011010 1100011 1100001 1001 0 10 111101 10100111 101 100101

Color Harmonies of #5A6361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6361

Black with #5A6361

Text Example


Text Example

White with #5A6361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6361; }

 p { color: rgb(90,99,97); }

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

background-color css

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

 a { background-color: rgb(90,99,97); }

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

border-color css

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

 span { border-color: rgb(90,99,97); }

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