#635582

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

Shades of Kimberly #635582

Tints of Kimberly #635582

Color information

#635582 (or 0x635582) is unknown color: approx Kimberly. HEX triplet: 63, 55 and 82. RGB value is (99,85,130). Sum of RGB (Red+Green+Blue) = 99+85+130=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #635582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635582 is #9CAA7D. Grayscale: #5E5E5E. Windows color (decimal): -10267262 or 8541539. OLE color: 8541539.

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

Color convert

RGB9985130-
CMYK0.240.3500.49
HSL258.67º20.93%42.16%-
HSV(B)258.67º34.62%50.98%-
XYZ12.4210.7622.54-
YUV94.32148.14131.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.53%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=31.53%
G=27.07%
B=41.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99851300.240.3500.49258.6720.9342.16
Hex6355821823031103152a
Octal14312520230430614032552
Binary110001110101011000001011000100011011000110000001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635582; }

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

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

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

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

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

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

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

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