#635579

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

Shades of Kimberly #635579

Tints of Kimberly #635579

Color information

#635579 (or 0x635579) is unknown color: approx Kimberly. HEX triplet: 63, 55 and 79. RGB value is (99,85,121). Sum of RGB (Red+Green+Blue) = 99+85+121=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #635579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635579 is #9CAA86. Grayscale: #5D5D5D. Windows color (decimal): -10267271 or 7951715. OLE color: 7951715.

HSL color Cylindrical-coordinate representation of color #635579: hue angle of 263.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #635579 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9985121-
CMYK0.180.3000.53
HSL263.33º17.48%40.39%-
HSV(B)263.33º29.75%47.45%-
XYZ11.8510.5319.5-
YUV93.29143.64132.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=32.46%
G=27.87%
B=39.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99851210.180.3000.53263.3317.4840.39
Hex635579121E0351071128
Octal14312517122360654072150
Binary1100011101010111110011001011110011010110000011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635579; }

 p { color: rgb(99,85,121); }

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

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

 a { background-color: rgb(99,85,121); }

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

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

 span { border-color: rgb(99,85,121); }

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