#656186

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

Shades of Kimberly #656186

Tints of Kimberly #656186

Color information

#656186 (or 0x656186) is unknown color: approx Kimberly. HEX triplet: 65, 61 and 86. RGB value is (101,97,134). Sum of RGB (Red+Green+Blue) = 101+97+134=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #656186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656186 is #9A9E79. Grayscale: #666666. Windows color (decimal): -10133114 or 8806757. OLE color: 8806757.

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

Color convert

RGB10197134-
CMYK0.250.2800.47
HSL246.49º16.02%45.29%-
HSV(B)246.49º27.61%52.55%-
XYZ13.9413.0424.34-
YUV102.41145.83126.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=30.42%
G=29.22%
B=40.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101971340.250.2800.47246.4916.0245.29
Hex656186191C02Ff6102d
Octal14514120631340573662055
Binary1100101110000110000110110011110001011111111011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656186; }

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

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

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

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

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

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

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

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