#71658C

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

Shades of Kimberly #71658C

Tints of Kimberly #71658C

Color information

#71658C (or 0x71658C) is unknown color: approx Kimberly. HEX triplet: 71, 65 and 8C. RGB value is (113,101,140). Sum of RGB (Red+Green+Blue) = 113+101+140=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #71658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71658C is #8E9A73. Grayscale: #6C6C6C. Windows color (decimal): -9345652 or 9201009. OLE color: 9201009.

HSL color Cylindrical-coordinate representation of color #71658C: hue angle of 258.46º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71658C is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113101140-
CMYK0.190.2800.45
HSL258.46º16.18%47.25%-
HSV(B)258.46º27.86%54.9%-
XYZ16.214.7126.8-
YUV109.03145.48130.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 140 (55.08% from 255) = 39.55%
R=31.92%
G=28.53%
B=39.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131011400.190.2800.45258.4616.1847.25
Hex71658C131C02D102102f
Octal16114521423340554022057
Binary11100011100101100011001001111100010110110000001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71658C; }

 p { color: rgb(113,101,140); }

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

<style>
 a { background-color: #71658C; }

 a { background-color: rgb(113,101,140); }

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

<style>
 span { border-color: #71658C; }

 span { border-color: rgb(113,101,140); }

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