Html Css Color HEX #5A736C William

📋 copy color: '#5A736C'

red 90 ◦ green 115 ◦ blue 108

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

Shades of William #5A736C

Tints of William #5A736C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 28.75%
G = 36.74%
B = 34.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#5A736C (or 0x5A736C) is known color: William. HEX triplet: 5A, 73 and 6C. RGB value is (90,115,108). Sum of RGB (Red+Green+Blue) = 90+115+108=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #5A736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A736C is #A58C93. Grayscale: #6A6A6A. Windows color (decimal): -10849428 or 7107418. OLE color: 7107418.

HSL color Cylindrical-coordinate representation of color #5A736C: hue angle of 163.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A736C is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 115 108 -
CMYK 0.22 0 0.06 0.55
HSL 163.2º 0.12% 0.4% -
HSV(B) 163.2º 0.22% 0.45% -
XYZ 13.05 15.52 16.49 -
YUV 106.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 90 115 108 0.22 0 0.06 0.55 163.2 0.12 0.4
Hex 5A 73 6C 16 0 6 37 A3 C 28
Octal 132 163 154 26 0 6 67 243 14 50
Binary 1011010 1110011 1101100 10110 0 110 110111 10100011 1100 101000

Color Harmonies of #5A736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A736C

Black with #5A736C

Text Example


Text Example

White with #5A736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,115,108); }

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

background-color css

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

 a { background-color: rgb(90,115,108); }

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

border-color css

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

 span { border-color: rgb(90,115,108); }

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