#71549C

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

Shades of Studio #71549C

Tints of Studio #71549C

Color information

#71549C (or 0x71549C) is unknown color: approx Studio. HEX triplet: 71, 54 and 9C. RGB value is (113,84,156). Sum of RGB (Red+Green+Blue) = 113+84+156=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #71549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71549C is #8EAB63. Grayscale: #646464. Windows color (decimal): -9349988 or 10245233. OLE color: 10245233.

HSL color Cylindrical-coordinate representation of color #71549C: hue angle of 264.17º degrees, saturation: 0.3, 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 #71549C is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11384156-
CMYK0.280.4600.39
HSL264.17º30%47.06%-
HSV(B)264.17º46.15%61.18%-
XYZ15.9812.2532.97-
YUV100.88159.11136.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=32.01%
G=23.80%
B=44.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113841560.280.4600.39264.173047.06
Hex71549C1C2E0271081e2f
Octal16112423434560474103657
Binary111000110101001001110011100101110010011110000100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,84,156); }

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

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

 a { background-color: rgb(113,84,156); }

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

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

 span { border-color: rgb(113,84,156); }

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