#635885

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

Shades of Kimberly #635885

Tints of Kimberly #635885

Color information

#635885 (or 0x635885) is unknown color: approx Kimberly. HEX triplet: 63, 58 and 85. RGB value is (99,88,133). Sum of RGB (Red+Green+Blue) = 99+88+133=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #635885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635885 is #9CA77A. Grayscale: #606060. Windows color (decimal): -10266491 or 8738915. OLE color: 8738915.

HSL color Cylindrical-coordinate representation of color #635885: hue angle of 254.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #635885 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9988133-
CMYK0.260.3400.48
HSL254.67º20.36%43.33%-
HSV(B)254.67º33.83%52.16%-
XYZ12.8711.3323.7-
YUV96.42148.64129.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=30.94%
G=27.5%
B=41.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99881330.260.3400.48254.6720.3643.33
Hex6358851A22030ff142b
Octal14313020532420603772453
Binary11000111011000100001011101010001001100001111111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635885; }

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

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

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

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

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

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

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

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