Html Css Color HEX #5C5F58 Chicago

📋 copy color: '#5C5F58'

red 92 ◦ green 95 ◦ blue 88

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

Shades of Chicago #5C5F58

Tints of Chicago #5C5F58

RGB

 RED value IS 92 (36.33% from 255) = 33.45%

 GREEN value IS 95 (37.5% from 255) = 34.55%

 BLUE value IS 88 (34.77% from 255) = 32%

R = 33.45%
G = 34.55%
B = 32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#5C5F58 (or 0x5C5F58) is known color: Chicago. HEX triplet: 5C, 5F and 58. RGB value is (92,95,88). Sum of RGB (Red+Green+Blue) = 92+95+88=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5F58 is #A3A0A7. Grayscale: #5D5D5D. Windows color (decimal): -10723496 or 5791580. OLE color: 5791580.

HSL color Cylindrical-coordinate representation of color #5C5F58: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C5F58 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 92 95 88 -
CMYK 0.03 0 0.07 0.63
HSL 85.71º 0.04% 0.36% -
HSV(B) 85.71º 0.07% 0.37% -
XYZ 10.27 11.16 10.85 -
YUV 93.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 92 95 88 0.03 0 0.07 0.63 85.71 0.04 0.36
Hex 5C 5F 58 3 0 7 3F 56 4 24
Octal 134 137 130 3 0 7 77 126 4 44
Binary 1011100 1011111 1011000 11 0 111 111111 1010110 100 100100

Color Harmonies of #5C5F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5F58

Black with #5C5F58

Text Example


Text Example

White with #5C5F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,95,88); }

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

background-color css

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

 a { background-color: rgb(92,95,88); }

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

border-color css

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

 span { border-color: rgb(92,95,88); }

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