#635782

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

Shades of Kimberly #635782

Tints of Kimberly #635782

Color information

#635782 (or 0x635782) is unknown color: approx Kimberly. HEX triplet: 63, 57 and 82. RGB value is (99,87,130). Sum of RGB (Red+Green+Blue) = 99+87+130=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #635782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635782 is #9CA87D. Grayscale: #5F5F5F. Windows color (decimal): -10266750 or 8542051. OLE color: 8542051.

HSL color Cylindrical-coordinate representation of color #635782: hue angle of 256.74º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #635782 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9987130-
CMYK0.240.3300.49
HSL256.74º19.82%42.55%-
HSV(B)256.74º33.08%50.98%-
XYZ12.5811.0822.59-
YUV95.49147.48130.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.33%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=31.33%
G=27.53%
B=41.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99871300.240.3300.49256.7419.8242.55
Hex6357821821031101142b
Octal14312720230410614012453
Binary110001110101111000001011000100001011000110000000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635782; }

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

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

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

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

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

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

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

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