Html Css Color HEX #85569C Studio

📋 copy color: '#85569C'

red 133 ◦ green 86 ◦ blue 156

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

Shades of Studio #85569C

Tints of Studio #85569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.93%

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

R = 35.47%
G = 22.93%
B = 41.6%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85569C (or 0x85569C) is known color: Studio. HEX triplet: 85, 56 and 9C. RGB value is (133,86,156). Sum of RGB (Red+Green+Blue) = 133+86+156=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #85569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85569C is #7AA963. Grayscale: #6B6B6B. Windows color (decimal): -8038756 or 10245765. OLE color: 10245765.

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

Color convert

RGB 133 86 156 -
CMYK 0.15 0.45 0 0.39
HSL 280.29º 0.29% 0.47% -
HSV(B) 280.29º 0.45% 0.61% -
XYZ 19 14.04 33.16 -
YUV 108.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 133 86 156 0.15 0.45 0 0.39 280.29 0.29 0.47
Hex 85 56 9C F 2D 0 27 118 1D 2F
Octal 205 126 234 17 55 0 47 430 35 57
Binary 10000101 1010110 10011100 1111 101101 0 100111 100011000 11101 101111

Color Harmonies of #85569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85569C

Black with #85569C

Text Example


Text Example

White with #85569C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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