#655682

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

Shades of Kimberly #655682

Tints of Kimberly #655682

Color information

#655682 (or 0x655682) is unknown color: approx Kimberly. HEX triplet: 65, 56 and 82. RGB value is (101,86,130). Sum of RGB (Red+Green+Blue) = 101+86+130=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #655682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655682 is #9AA97D. Grayscale: #5F5F5F. Windows color (decimal): -10135934 or 8541797. OLE color: 8541797.

HSL color Cylindrical-coordinate representation of color #655682: hue angle of 260.45º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655682 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10186130-
CMYK0.220.3400.49
HSL260.45º20.37%42.35%-
HSV(B)260.45º33.85%50.98%-
XYZ12.7211.0322.58-
YUV95.5147.47131.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.86%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=31.86%
G=27.13%
B=41.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101861300.220.3400.49260.4520.3742.35
Hex6556821622031104142a
Octal14512620226420614042452
Binary110010110101101000001010110100010011000110000010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655682; }

 p { color: rgb(101,86,130); }

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

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

 a { background-color: rgb(101,86,130); }

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

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

 span { border-color: rgb(101,86,130); }

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