#656084

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

Shades of Kimberly #656084

Tints of Kimberly #656084

Color information

#656084 (or 0x656084) is unknown color: approx Kimberly. HEX triplet: 65, 60 and 84. RGB value is (101,96,132). Sum of RGB (Red+Green+Blue) = 101+96+132=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #656084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656084 is #9A9F7B. Grayscale: #656565. Windows color (decimal): -10133372 or 8675429. OLE color: 8675429.

HSL color Cylindrical-coordinate representation of color #656084: hue angle of 248.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #656084 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10196132-
CMYK0.230.2700.48
HSL248.33º15.79%44.71%-
HSV(B)248.33º27.27%51.76%-
XYZ13.7112.823.58-
YUV101.6145.16127.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=30.70%
G=29.18%
B=40.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101961320.230.2700.48248.3315.7944.71
Hex656084171B030f8102d
Octal14514020427330603702055
Binary1100101110000010000100101111101101100001111100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656084; }

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

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

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

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

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

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

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

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