#75569C

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

Shades of Studio #75569C

Tints of Studio #75569C

Color information

#75569C (or 0x75569C) is unknown color: approx Studio. HEX triplet: 75, 56 and 9C. RGB value is (117,86,156). Sum of RGB (Red+Green+Blue) = 117+86+156=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #75569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75569C is #8AA963. Grayscale: #676767. Windows color (decimal): -9087332 or 10245749. OLE color: 10245749.

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

Color convert

RGB11786156-
CMYK0.250.4500.39
HSL266.57º28.93%47.45%-
HSV(B)266.57º44.87%61.18%-
XYZ16.6612.8433.05-
YUV103.25157.77137.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 156 (61.33% from 255) = 43.45%
R=32.59%
G=23.96%
B=43.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117861560.250.4500.39266.5728.9347.45
Hex75569C192D02710b1d2f
Octal16512623431550474133557
Binary111010110101101001110011001101101010011110000101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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