#85569C

Color #85569C Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #85569C

Tints of Studio #85569C

Color information

#85569C (or 0x85569C) is unknown color: approx 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

RGB13386156-
CMYK0.150.4500.39
HSL280.29º28.93%47.45%-
HSV(B)280.29º44.87%61.18%-
XYZ1914.0433.16-
YUV108.03155.07145.81-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133861560.150.4500.39280.2928.9347.45
Hex85569CF2D0271181d2f
Octal20512623417550474303557
Binary100001011010110100111001111101101010011110001100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>