#635882

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

Shades of Kimberly #635882

Tints of Kimberly #635882

Color information

#635882 (or 0x635882) is unknown color: approx Kimberly. HEX triplet: 63, 58 and 82. RGB value is (99,88,130). Sum of RGB (Red+Green+Blue) = 99+88+130=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #635882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635882 is #9CA77D. Grayscale: #5F5F5F. Windows color (decimal): -10266494 or 8542307. OLE color: 8542307.

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

Color convert

RGB9988130-
CMYK0.240.3200.49
HSL255.71º19.27%42.75%-
HSV(B)255.71º32.31%50.98%-
XYZ12.6611.2422.62-
YUV96.08147.14130.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.23%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=31.23%
G=27.76%
B=41.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99881300.240.3200.49255.7119.2742.75
Hex6358821820031100132b
Octal14313020230400614002353
Binary110001110110001000001011000100000011000110000000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635882; }

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

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

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

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

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

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

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

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