#75539A

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

Shades of Studio #75539A

Tints of Studio #75539A

Color information

#75539A (or 0x75539A) is unknown color: approx Studio. HEX triplet: 75, 53 and 9A. RGB value is (117,83,154). Sum of RGB (Red+Green+Blue) = 117+83+154=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #75539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75539A is #8AAC65. Grayscale: #656565. Windows color (decimal): -9088102 or 10113909. OLE color: 10113909.

HSL color Cylindrical-coordinate representation of color #75539A: hue angle of 268.73º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75539A is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11783154-
CMYK0.240.4600.40
HSL268.73º29.96%46.47%-
HSV(B)268.73º46.1%60.39%-
XYZ16.2612.332.09-
YUV101.26157.76139.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=33.05%
G=23.45%
B=43.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117831540.240.4600.40268.7329.9646.47
Hex75539A182E02810d1e2e
Octal16512323230560504153656
Binary111010110100111001101011000101110010100010000110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,83,154); }

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

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

 a { background-color: rgb(117,83,154); }

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

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

 span { border-color: rgb(117,83,154); }

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