#73569A

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

Shades of Studio #73569A

Tints of Studio #73569A

Color information

#73569A (or 0x73569A) is unknown color: approx Studio. HEX triplet: 73, 56 and 9A. RGB value is (115,86,154). Sum of RGB (Red+Green+Blue) = 115+86+154=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #73569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73569A is #8CA965. Grayscale: #666666. Windows color (decimal): -9218406 or 10114675. OLE color: 10114675.

HSL color Cylindrical-coordinate representation of color #73569A: hue angle of 265.59º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73569A is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11586154-
CMYK0.250.4400.40
HSL265.59º28.33%47.06%-
HSV(B)265.59º44.16%60.39%-
XYZ16.2312.6332.15-
YUV102.42157.11136.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.39%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=32.39%
G=24.23%
B=43.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115861540.250.4400.40265.5928.3347.06
Hex73569A192C02810a1c2f
Octal16312623231540504123457
Binary111001110101101001101011001101100010100010000101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73569A; }

 p { color: rgb(115,86,154); }

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

<style>
 a { background-color: #73569A; }

 a { background-color: rgb(115,86,154); }

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

<style>
 span { border-color: #73569A; }

 span { border-color: rgb(115,86,154); }

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