#656181

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

Shades of Kimberly #656181

Tints of Kimberly #656181

Color information

#656181 (or 0x656181) is unknown color: approx Kimberly. HEX triplet: 65, 61 and 81. RGB value is (101,97,129). Sum of RGB (Red+Green+Blue) = 101+97+129=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #656181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656181 is #9A9E7E. Grayscale: #656565. Windows color (decimal): -10133119 or 8479077. OLE color: 8479077.

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

Color convert

RGB10197129-
CMYK0.220.2500.49
HSL247.5º14.16%44.31%-
HSV(B)247.5º24.81%50.59%-
XYZ13.612.922.54-
YUV101.84143.33127.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=30.89%
G=29.66%
B=39.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101971290.220.2500.49247.514.1644.31
Hex6561811619031f8e2c
Octal14514120126310613701654
Binary110010111000011000000110110110010110001111110001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656181; }

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

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

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

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

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

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

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

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