#656189

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

Shades of Kimberly #656189

Tints of Kimberly #656189

Color information

#656189 (or 0x656189) is unknown color: approx Kimberly. HEX triplet: 65, 61 and 89. RGB value is (101,97,137). Sum of RGB (Red+Green+Blue) = 101+97+137=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #656189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656189 is #9A9E76. Grayscale: #666666. Windows color (decimal): -10133111 or 9003365. OLE color: 9003365.

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

Color convert

RGB10197137-
CMYK0.260.2900.46
HSL246º17.09%45.88%-
HSV(B)246º29.2%53.73%-
XYZ14.1613.1225.45-
YUV102.76147.33126.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=30.15%
G=28.96%
B=40.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101971370.260.2900.4624617.0945.88
Hex6561891A1D02Ef6112e
Octal14514121132350563662156
Binary1100101110000110001001110101110101011101111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656189; }

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

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

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

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

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

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

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

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