Html Css Color HEX #85589E Studio

📋 copy color: '#85589E'

red 133 ◦ green 88 ◦ blue 158

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

Shades of Studio #85589E

Tints of Studio #85589E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

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

R = 35.09%
G = 23.22%
B = 41.69%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85589E (or 0x85589E) is known color: Studio. HEX triplet: 85, 58 and 9E. RGB value is (133,88,158). Sum of RGB (Red+Green+Blue) = 133+88+158=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #85589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85589E is #7AA761. Grayscale: #6D6D6D. Windows color (decimal): -8038242 or 10377349. OLE color: 10377349.

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

Color convert

RGB 133 88 158 -
CMYK 0.16 0.44 0 0.38
HSL 278.57º 0.28% 0.48% -
HSV(B) 278.57º 0.44% 0.62% -
XYZ 19.33 14.43 34.11 -
YUV 109.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 133 88 158 0.16 0.44 0 0.38 278.57 0.28 0.48
Hex 85 58 9E 10 2C 0 26 117 1C 30
Octal 205 130 236 20 54 0 46 427 34 60
Binary 10000101 1011000 10011110 10000 101100 0 100110 100010111 11100 110000

Color Harmonies of #85589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85589E

Black with #85589E

Text Example


Text Example

White with #85589E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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