Html Css Color HEX #85579C Studio

📋 copy color: '#85579C'

red 133 ◦ green 87 ◦ blue 156

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

Shades of Studio #85579C

Tints of Studio #85579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 35.37%
G = 23.14%
B = 41.49%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85579C (or 0x85579C) is known color: Studio. HEX triplet: 85, 57 and 9C. RGB value is (133,87,156). Sum of RGB (Red+Green+Blue) = 133+87+156=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #85579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85579C is #7AA863. Grayscale: #6C6C6C. Windows color (decimal): -8038500 or 10246021. OLE color: 10246021.

HSL color Cylindrical-coordinate representation of color #85579C: hue angle of 280º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85579C is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 87 156 -
CMYK 0.15 0.44 0 0.39
HSL 280º 0.28% 0.48% -
HSV(B) 280º 0.44% 0.61% -
XYZ 19.08 14.2 33.19 -
YUV 108.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 133 87 156 0.15 0.44 0 0.39 280 0.28 0.48
Hex 85 57 9C F 2C 0 27 118 1C 30
Octal 205 127 234 17 54 0 47 430 34 60
Binary 10000101 1010111 10011100 1111 101100 0 100111 100011000 11100 110000

Color Harmonies of #85579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85579C

Black with #85579C

Text Example


Text Example

White with #85579C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85579C; }

 p { color: rgb(133,87,156); }

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

background-color css

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

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

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

border-color css

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

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

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