#755593

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

Shades of Studio #755593

Tints of Studio #755593

Color information

#755593 (or 0x755593) is unknown color: approx Studio. HEX triplet: 75, 55 and 93. RGB value is (117,85,147). Sum of RGB (Red+Green+Blue) = 117+85+147=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #755593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755593 is #8AAA6C. Grayscale: #656565. Windows color (decimal): -9087597 or 9655669. OLE color: 9655669.

HSL color Cylindrical-coordinate representation of color #755593: hue angle of 270.97º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755593 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11785147-
CMYK0.200.4200.42
HSL270.97º26.72%45.49%-
HSV(B)270.97º42.18%57.65%-
XYZ15.8512.3929.16-
YUV101.64153.6138.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=33.52%
G=24.36%
B=42.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117851470.200.4200.42270.9726.7245.49
Hex755593142A02A10f1b2d
Octal16512522324520524173355
Binary111010110101011001001110100101010010101010000111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755593; }

 p { color: rgb(117,85,147); }

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

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

 a { background-color: rgb(117,85,147); }

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

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

 span { border-color: rgb(117,85,147); }

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