#635983

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

Shades of Kimberly #635983

Tints of Kimberly #635983

Color information

#635983 (or 0x635983) is unknown color: approx Kimberly. HEX triplet: 63, 59 and 83. RGB value is (99,89,131). Sum of RGB (Red+Green+Blue) = 99+89+131=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #635983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635983 is #9CA67C. Grayscale: #606060. Windows color (decimal): -10266237 or 8608099. OLE color: 8608099.

HSL color Cylindrical-coordinate representation of color #635983: hue angle of 254.29º 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 #635983 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9989131-
CMYK0.240.3200.49
HSL254.29º19.09%43.14%-
HSV(B)254.29º32.06%51.37%-
XYZ12.8111.4423-
YUV96.78147.31129.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.03%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=31.03%
G=27.90%
B=41.07%

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
Decimal99891310.240.3200.49254.2919.0943.14
Hex6359831820031fe132b
Octal14313120330400613762353
Binary11000111011001100000111100010000001100011111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635983; }

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

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

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

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

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

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

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

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