#71589B

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

Shades of Studio #71589B

Tints of Studio #71589B

Color information

#71589B (or 0x71589B) is unknown color: approx Studio. HEX triplet: 71, 58 and 9B. RGB value is (113,88,155). Sum of RGB (Red+Green+Blue) = 113+88+155=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #71589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71589B is #8EA764. Grayscale: #666666. Windows color (decimal): -9348965 or 10180721. OLE color: 10180721.

HSL color Cylindrical-coordinate representation of color #71589B: hue angle of 262.39º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71589B is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11388155-
CMYK0.270.4300.39
HSL262.39º27.57%47.65%-
HSV(B)262.39º43.23%60.78%-
XYZ16.2212.8632.64-
YUV103.11157.28135.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=31.74%
G=24.72%
B=43.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113881550.270.4300.39262.3927.5747.65
Hex71589B1B2B0271061c30
Octal16113023333530474063460
Binary111000110110001001101111011101011010011110000011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71589B; }

 p { color: rgb(113,88,155); }

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

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

 a { background-color: rgb(113,88,155); }

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

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

 span { border-color: rgb(113,88,155); }

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