Html Css Color HEX #858575 Schist

📋 copy color: '#858575'

red 133 ◦ green 133 ◦ blue 117

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

Shades of Schist #858575

Tints of Schist #858575

RGB

 RED value IS 133 (52.34% from 255) = 34.73%

 GREEN value IS 133 (52.34% from 255) = 34.73%

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

R = 34.73%
G = 34.73%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#858575 (or 0x858575) is known color: Schist. HEX triplet: 85, 85 and 75. RGB value is (133,133,117). Sum of RGB (Red+Green+Blue) = 133+133+117=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858575 is #7A7A8A. Grayscale: #838383. Windows color (decimal): -8026763 or 7701893. OLE color: 7701893.

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

Color convert

RGB 133 133 117 -
CMYK 0 0 0.12 0.48
HSL 60º 0.06% 0.49% -
HSV(B) 60º 0.12% 0.52% -
XYZ 21.27 23.05 20.16 -
YUV 131.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 133 133 117 0 0 0.12 0.48 60 0.06 0.49
Hex 85 85 75 0 0 C 30 3C 6 31
Octal 205 205 165 0 0 14 60 74 6 61
Binary 10000101 10000101 1110101 0 0 1100 110000 111100 110 110001

Color Harmonies of #858575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858575

Black with #858575

Text Example


Text Example

White with #858575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858575; }

 p { color: rgb(133,133,117); }

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

background-color css

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

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

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

border-color css

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

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

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