#705F88

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

Shades of Kimberly #705F88

Tints of Kimberly #705F88

Color information

#705F88 (or 0x705F88) is unknown color: approx Kimberly. HEX triplet: 70, 5F and 88. RGB value is (112,95,136). Sum of RGB (Red+Green+Blue) = 112+95+136=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #705F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F88 is #8FA077. Grayscale: #686868. Windows color (decimal): -9412728 or 8937328. OLE color: 8937328.

HSL color Cylindrical-coordinate representation of color #705F88: hue angle of 264.88º 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 #705F88 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11295136-
CMYK0.180.3000.47
HSL264.88º17.75%45.29%-
HSV(B)264.88º30.15%53.33%-
XYZ15.2213.4125.08-
YUV104.76145.63133.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=32.65%
G=27.70%
B=39.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112951360.180.3000.47264.8817.7545.29
Hex705F88121E02F109122d
Octal16013721022360574112255
Binary11100001011111100010001001011110010111110000100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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