#645785

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

Shades of Kimberly #645785

Tints of Kimberly #645785

Color information

#645785 (or 0x645785) is unknown color: approx Kimberly. HEX triplet: 64, 57 and 85. RGB value is (100,87,133). Sum of RGB (Red+Green+Blue) = 100+87+133=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #645785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645785 is #9BA87A. Grayscale: #5F5F5F. Windows color (decimal): -10201211 or 8738660. OLE color: 8738660.

HSL color Cylindrical-coordinate representation of color #645785: hue angle of 256.96º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645785 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10087133-
CMYK0.250.3500.48
HSL256.96º20.91%43.14%-
HSV(B)256.96º34.59%52.16%-
XYZ12.911.2223.68-
YUV96.13148.81130.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=31.25%
G=27.19%
B=41.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100871330.250.3500.48256.9620.9143.14
Hex6457851923030101152b
Octal14412720531430604012553
Binary110010010101111000010111001100011011000010000000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645785; }

 p { color: rgb(100,87,133); }

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

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

 a { background-color: rgb(100,87,133); }

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

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

 span { border-color: rgb(100,87,133); }

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