#656089

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

Shades of Kimberly #656089

Tints of Kimberly #656089

Color information

#656089 (or 0x656089) is unknown color: approx Kimberly. HEX triplet: 65, 60 and 89. RGB value is (101,96,137). Sum of RGB (Red+Green+Blue) = 101+96+137=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #656089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656089 is #9A9F76. Grayscale: #666666. Windows color (decimal): -10133367 or 9003109. OLE color: 9003109.

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

Color convert

RGB10196137-
CMYK0.260.3000.46
HSL247.32º17.6%45.69%-
HSV(B)247.32º29.93%53.73%-
XYZ14.0712.9425.42-
YUV102.17147.66127.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=30.24%
G=28.74%
B=41.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101961370.260.3000.46247.3217.645.69
Hex6560891A1E02Ef7122e
Octal14514021132360563672256
Binary1100101110000010001001110101111001011101111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656089; }

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

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

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

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

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

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

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

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