#75569F

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

Shades of Studio #75569F

Tints of Studio #75569F

Color information

#75569F (or 0x75569F) is unknown color: approx Studio. HEX triplet: 75, 56 and 9F. RGB value is (117,86,159). Sum of RGB (Red+Green+Blue) = 117+86+159=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #75569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75569F is #8AA960. Grayscale: #676767. Windows color (decimal): -9087329 or 10442357. OLE color: 10442357.

HSL color Cylindrical-coordinate representation of color #75569F: hue angle of 265.48º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75569F is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11786159-
CMYK0.260.4600.38
HSL265.48º29.8%48.04%-
HSV(B)265.48º45.91%62.35%-
XYZ16.9212.9434.41-
YUV103.59159.27137.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=32.32%
G=23.76%
B=43.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117861590.260.4600.38265.4829.848.04
Hex75569F1A2E0261091e30
Octal16512623732560464113660
Binary111010110101101001111111010101110010011010000100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75569F; }

 p { color: rgb(117,86,159); }

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

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

 a { background-color: rgb(117,86,159); }

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

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

 span { border-color: rgb(117,86,159); }

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