#656286

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

Shades of Kimberly #656286

Tints of Kimberly #656286

Color information

#656286 (or 0x656286) is unknown color: approx Kimberly. HEX triplet: 65, 62 and 86. RGB value is (101,98,134). Sum of RGB (Red+Green+Blue) = 101+98+134=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #656286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656286 is #9A9D79. Grayscale: #666666. Windows color (decimal): -10132858 or 8807013. OLE color: 8807013.

HSL color Cylindrical-coordinate representation of color #656286: hue angle of 245º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #656286 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10198134-
CMYK0.250.2700.47
HSL245º15.52%45.49%-
HSV(B)245º26.87%52.55%-
XYZ14.0413.2224.37-
YUV103145.49126.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.33%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 134 (52.73% from 255) = 40.24%
R=30.33%
G=29.43%
B=40.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101981340.250.2700.4724515.5245.49
Hex656286191B02Ff5102d
Octal14514220631330573652055
Binary1100101110001010000110110011101101011111111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656286; }

 p { color: rgb(101,98,134); }

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

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

 a { background-color: rgb(101,98,134); }

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

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

 span { border-color: rgb(101,98,134); }

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