Html Css Color HEX #85559E Studio

📋 copy color: '#85559E'

red 133 ◦ green 85 ◦ blue 158

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

Shades of Studio #85559E

Tints of Studio #85559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.61%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 35.37%
G = 22.61%
B = 42.02%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85559E (or 0x85559E) is known color: Studio. HEX triplet: 85, 55 and 9E. RGB value is (133,85,158). Sum of RGB (Red+Green+Blue) = 133+85+158=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #85559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85559E is #7AAA61. Grayscale: #6B6B6B. Windows color (decimal): -8039010 or 10376581. OLE color: 10376581.

HSL color Cylindrical-coordinate representation of color #85559E: hue angle of 279.45º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85559E is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 85 158 -
CMYK 0.16 0.46 0 0.38
HSL 279.45º 0.3% 0.48% -
HSV(B) 279.45º 0.46% 0.62% -
XYZ 19.09 13.95 34.03 -
YUV 107.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 133 85 158 0.16 0.46 0 0.38 279.45 0.3 0.48
Hex 85 55 9E 10 2E 0 26 117 1E 30
Octal 205 125 236 20 56 0 46 427 36 60
Binary 10000101 1010101 10011110 10000 101110 0 100110 100010111 11110 110000

Color Harmonies of #85559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85559E

Black with #85559E

Text Example


Text Example

White with #85559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85559E; }

 p { color: rgb(133,85,158); }

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

background-color css

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

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

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

border-color css

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

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

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