#715F85

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

Shades of Kimberly #715F85

Tints of Kimberly #715F85

Color information

#715F85 (or 0x715F85) is unknown color: approx Kimberly. HEX triplet: 71, 5F and 85. RGB value is (113,95,133). Sum of RGB (Red+Green+Blue) = 113+95+133=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #715F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715F85 is #8EA07A. Grayscale: #686868. Windows color (decimal): -9347195 or 8740721. OLE color: 8740721.

HSL color Cylindrical-coordinate representation of color #715F85: hue angle of 268.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715F85 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11395133-
CMYK0.150.2900.48
HSL268.42º16.67%44.71%-
HSV(B)268.42º28.57%52.16%-
XYZ15.1413.3923.98-
YUV104.71143.96133.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=33.14%
G=27.86%
B=39.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113951330.150.2900.48268.4216.6744.71
Hex715F85F1D03010c112d
Octal16113720517350604142155
Binary1110001101111110000101111111101011000010000110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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