#655681

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

Shades of Kimberly #655681

Tints of Kimberly #655681

Color information

#655681 (or 0x655681) is unknown color: approx Kimberly. HEX triplet: 65, 56 and 81. RGB value is (101,86,129). Sum of RGB (Red+Green+Blue) = 101+86+129=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #655681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655681 is #9AA97E. Grayscale: #5F5F5F. Windows color (decimal): -10135935 or 8476261. OLE color: 8476261.

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

Color convert

RGB10186129-
CMYK0.220.3300.49
HSL260.93º20%42.16%-
HSV(B)260.93º33.33%50.59%-
XYZ12.6611.0122.23-
YUV95.39146.97132-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=31.96%
G=27.22%
B=40.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101861290.220.3300.49260.932042.16
Hex6556811621031105142a
Octal14512620126410614052452
Binary110010110101101000000110110100001011000110000010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655681; }

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

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

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

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

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

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

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

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