Html Css Color HEX #5A7C75 William

📋 copy color: '#5A7C75'

red 90 ◦ green 124 ◦ blue 117

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

Shades of William #5A7C75

Tints of William #5A7C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.46%

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 27.19%
G = 37.46%
B = 35.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#5A7C75 (or 0x5A7C75) is known color: William. HEX triplet: 5A, 7C and 75. RGB value is (90,124,117). Sum of RGB (Red+Green+Blue) = 90+124+117=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7C75 is #A5838A. Grayscale: #717171. Windows color (decimal): -10847115 or 7699546. OLE color: 7699546.

HSL color Cylindrical-coordinate representation of color #5A7C75: hue angle of 167.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7C75 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 124 117 -
CMYK 0.27 0 0.06 0.51
HSL 167.65º 0.16% 0.42% -
HSV(B) 167.65º 0.27% 0.49% -
XYZ 14.63 17.87 19.51 -
YUV 113.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 90 124 117 0.27 0 0.06 0.51 167.65 0.16 0.42
Hex 5A 7C 75 1B 0 6 33 A8 10 2A
Octal 132 174 165 33 0 6 63 250 20 52
Binary 1011010 1111100 1110101 11011 0 110 110011 10101000 10000 101010

Color Harmonies of #5A7C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7C75

Black with #5A7C75

Text Example


Text Example

White with #5A7C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,124,117); }

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

background-color css

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

 a { background-color: rgb(90,124,117); }

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

border-color css

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

 span { border-color: rgb(90,124,117); }

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