Html Css Color HEX #5A7A73 William

📋 copy color: '#5A7A73'

red 90 ◦ green 122 ◦ blue 115

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

Shades of William #5A7A73

Tints of William #5A7A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.31%

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 27.52%
G = 37.31%
B = 35.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#5A7A73 (or 0x5A7A73) is known color: William. HEX triplet: 5A, 7A and 73. RGB value is (90,122,115). Sum of RGB (Red+Green+Blue) = 90+122+115=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7A73 is #A5858C. Grayscale: #6F6F6F. Windows color (decimal): -10847629 or 7567962. OLE color: 7567962.

HSL color Cylindrical-coordinate representation of color #5A7A73: hue angle of 166.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7A73 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 122 115 -
CMYK 0.26 0 0.06 0.52
HSL 166.88º 0.15% 0.42% -
HSV(B) 166.88º 0.26% 0.48% -
XYZ 14.27 17.33 18.81 -
YUV 111.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 90 122 115 0.26 0 0.06 0.52 166.88 0.15 0.42
Hex 5A 7A 73 1A 0 6 34 A7 F 2A
Octal 132 172 163 32 0 6 64 247 17 52
Binary 1011010 1111010 1110011 11010 0 110 110100 10100111 1111 101010

Color Harmonies of #5A7A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7A73

Black with #5A7A73

Text Example


Text Example

White with #5A7A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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