#656083

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

Shades of Kimberly #656083

Tints of Kimberly #656083

Color information

#656083 (or 0x656083) is unknown color: approx Kimberly. HEX triplet: 65, 60 and 83. RGB value is (101,96,131). Sum of RGB (Red+Green+Blue) = 101+96+131=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #656083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656083 is #9A9F7C. Grayscale: #656565. Windows color (decimal): -10133373 or 8609893. OLE color: 8609893.

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

Color convert

RGB10196131-
CMYK0.230.2700.49
HSL248.57º15.42%44.51%-
HSV(B)248.57º26.72%51.37%-
XYZ13.6512.7723.22-
YUV101.48144.66127.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 131 (51.56% from 255) = 39.94%
R=30.79%
G=29.27%
B=39.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101961310.230.2700.49248.5715.4244.51
Hex656083171B031f9f2d
Octal14514020327330613711755
Binary110010111000001000001110111110110110001111110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656083; }

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

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

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

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

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

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

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

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