#805BA5

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

Shades of Studio #805BA5

Tints of Studio #805BA5

Color information

#805BA5 (or 0x805BA5) is unknown color: approx Studio. HEX triplet: 80, 5B and A5. RGB value is (128,91,165). Sum of RGB (Red+Green+Blue) = 128+91+165=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 165 - color contains mainly: blue. Hex color #805BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805BA5 is #7FA45A. Grayscale: #6E6E6E. Windows color (decimal): -8365147 or 10836864. OLE color: 10836864.

HSL color Cylindrical-coordinate representation of color #805BA5: hue angle of 270º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805BA5 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12891165-
CMYK0.220.4500.35
HSL270º29.13%50.2%-
HSV(B)270º44.85%64.71%-
XYZ19.4314.7937.43-
YUV110.5158.76140.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 165 (64.84% from 255) = 42.97%
R=33.33%
G=23.70%
B=42.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128911650.220.4500.3527029.1350.2
Hex805BA5162D02310e1d32
Octal20013324526550434163562
Binary1000000010110111010010110110101101010001110000111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805BA5; }

 p { color: rgb(128,91,165); }

 H1.HeaderClassName
 {
   color: #805BA5;
 }
 .AnyTagClassName
 {
   color: #805BA5;
 }
</style>
background-color css

<style>
 a { background-color: #805BA5; }

 a { background-color: rgb(128,91,165); }

 div.DivClassName
 {
   background-color: #805BA5;
 }
 .BgClassName
 {
   background-color: #805BA5;
 }
</style>
border-color css

<style>
 span { border-color: #805BA5; }

 span { border-color: rgb(128,91,165); }

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