#715F88

Color #715F88 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #715F88

Tints of Kimberly #715F88

Color information

#715F88 (or 0x715F88) is unknown color: approx Kimberly. HEX triplet: 71, 5F and 88. RGB value is (113,95,136). Sum of RGB (Red+Green+Blue) = 113+95+136=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #715F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715F88 is #8EA077. Grayscale: #686868. Windows color (decimal): -9347192 or 8937329. OLE color: 8937329.

HSL color Cylindrical-coordinate representation of color #715F88: hue angle of 266.34º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #715F88 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11395136-
CMYK0.170.3000.47
HSL266.34º17.75%45.29%-
HSV(B)266.34º30.15%53.33%-
XYZ15.3513.4725.08-
YUV105.06145.46133.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=32.85%
G=27.62%
B=39.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113951360.170.3000.47266.3417.7545.29
Hex715F88111E02F10a122d
Octal16113721021360574122255
Binary11100011011111100010001000111110010111110000101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715F88; }

 p { color: rgb(113,95,136); }

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

<style>
 a { background-color: #715F88; }

 a { background-color: rgb(113,95,136); }

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

<style>
 span { border-color: #715F88; }

 span { border-color: rgb(113,95,136); }

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