#635785

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

Shades of Kimberly #635785

Tints of Kimberly #635785

Color information

#635785 (or 0x635785) is unknown color: approx Kimberly. HEX triplet: 63, 57 and 85. RGB value is (99,87,133). Sum of RGB (Red+Green+Blue) = 99+87+133=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #635785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635785 is #9CA87A. Grayscale: #5F5F5F. Windows color (decimal): -10266747 or 8738659. OLE color: 8738659.

HSL color Cylindrical-coordinate representation of color #635785: hue angle of 255.65º 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 #635785 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9987133-
CMYK0.260.3500.48
HSL255.65º20.91%43.14%-
HSV(B)255.65º34.59%52.16%-
XYZ12.7911.1623.67-
YUV95.83148.98130.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.03%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=31.03%
G=27.27%
B=41.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99871330.260.3500.48255.6520.9143.14
Hex6357851A23030100152b
Octal14312720532430604002553
Binary110001110101111000010111010100011011000010000000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635785; }

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

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

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

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

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

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

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

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