#635989

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

Shades of Kimberly #635989

Tints of Kimberly #635989

Color information

#635989 (or 0x635989) is unknown color: approx Kimberly. HEX triplet: 63, 59 and 89. RGB value is (99,89,137). Sum of RGB (Red+Green+Blue) = 99+89+137=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #635989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635989 is #9CA676. Grayscale: #616161. Windows color (decimal): -10266231 or 9001315. OLE color: 9001315.

HSL color Cylindrical-coordinate representation of color #635989: hue angle of 252.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #635989 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9989137-
CMYK0.280.3500.46
HSL252.5º21.24%44.31%-
HSV(B)252.5º35.04%53.73%-
XYZ13.2311.625.21-
YUV97.46150.31129.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=30.46%
G=27.38%
B=42.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99891370.280.3500.46252.521.2444.31
Hex6359891C2302Efc152c
Octal14313121134430563742554
Binary11000111011001100010011110010001101011101111110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635989; }

 p { color: rgb(99,89,137); }

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

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

 a { background-color: rgb(99,89,137); }

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

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

 span { border-color: rgb(99,89,137); }

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