#705F83

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

Shades of Kimberly #705F83

Tints of Kimberly #705F83

Color information

#705F83 (or 0x705F83) is unknown color: approx Kimberly. HEX triplet: 70, 5F and 83. RGB value is (112,95,131). Sum of RGB (Red+Green+Blue) = 112+95+131=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #705F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F83 is #8FA07C. Grayscale: #686868. Windows color (decimal): -9412733 or 8609648. OLE color: 8609648.

HSL color Cylindrical-coordinate representation of color #705F83: hue angle of 268.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705F83 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11295131-
CMYK0.150.2700.49
HSL268.33º15.93%44.31%-
HSV(B)268.33º27.48%51.37%-
XYZ14.8713.2723.25-
YUV104.19143.13133.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=33.14%
G=28.11%
B=38.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112951310.150.2700.49268.3315.9344.31
Hex705F83F1B03110c102c
Octal16013720317330614142054
Binary1110000101111110000011111111011011000110000110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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