#656188

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

Shades of Kimberly #656188

Tints of Kimberly #656188

Color information

#656188 (or 0x656188) is unknown color: approx Kimberly. HEX triplet: 65, 61 and 88. RGB value is (101,97,136). Sum of RGB (Red+Green+Blue) = 101+97+136=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #656188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656188 is #9A9E77. Grayscale: #666666. Windows color (decimal): -10133112 or 8937829. OLE color: 8937829.

HSL color Cylindrical-coordinate representation of color #656188: hue angle of 246.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #656188 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10197136-
CMYK0.260.2900.47
HSL246.15º16.74%45.69%-
HSV(B)246.15º28.68%53.33%-
XYZ14.0913.0925.08-
YUV102.64146.83126.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=30.24%
G=29.04%
B=40.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101971360.260.2900.47246.1516.7445.69
Hex6561881A1D02Ff6112e
Octal14514121032350573662156
Binary1100101110000110001000110101110101011111111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656188; }

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

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

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

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

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

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

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

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