#73559C

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

Shades of Studio #73559C

Tints of Studio #73559C

Color information

#73559C (or 0x73559C) is unknown color: approx Studio. HEX triplet: 73, 55 and 9C. RGB value is (115,85,156). Sum of RGB (Red+Green+Blue) = 115+85+156=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #73559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73559C is #8CAA63. Grayscale: #656565. Windows color (decimal): -9218660 or 10245491. OLE color: 10245491.

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

Color convert

RGB11585156-
CMYK0.260.4600.39
HSL265.35º29.46%47.25%-
HSV(B)265.35º45.51%61.18%-
XYZ16.3212.5433.01-
YUV102.06158.44137.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=32.30%
G=23.88%
B=43.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115851560.260.4600.39265.3529.4647.25
Hex73559C1A2E0271091d2f
Octal16312523432560474113557
Binary111001110101011001110011010101110010011110000100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,85,156); }

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

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

 a { background-color: rgb(115,85,156); }

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

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

 span { border-color: rgb(115,85,156); }

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