#635888

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

Shades of Kimberly #635888

Tints of Kimberly #635888

Color information

#635888 (or 0x635888) is unknown color: approx Kimberly. HEX triplet: 63, 58 and 88. RGB value is (99,88,136). Sum of RGB (Red+Green+Blue) = 99+88+136=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #635888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635888 is #9CA777. Grayscale: #606060. Windows color (decimal): -10266488 or 8935523. OLE color: 8935523.

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

Color convert

RGB9988136-
CMYK0.270.3500.47
HSL253.75º21.43%43.92%-
HSV(B)253.75º35.29%53.33%-
XYZ13.0811.4124.81-
YUV96.76150.14129.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.65%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=30.65%
G=27.24%
B=42.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99881360.270.3500.47253.7521.4343.92
Hex6358881B2302Ffe152c
Octal14313021033430573762554
Binary11000111011000100010001101110001101011111111111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635888; }

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

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

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

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

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

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

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

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