#635585

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

Shades of Butterfly Bush #635585

Tints of Butterfly Bush #635585

Color information

#635585 (or 0x635585) is unknown color: approx Butterfly Bush. HEX triplet: 63, 55 and 85. RGB value is (99,85,133). Sum of RGB (Red+Green+Blue) = 99+85+133=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #635585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635585 is #9CAA7A. Grayscale: #5E5E5E. Windows color (decimal): -10267259 or 8738147. OLE color: 8738147.

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

Color convert

RGB9985133-
CMYK0.260.3600.48
HSL257.5º22.02%42.75%-
HSV(B)257.5º36.09%52.16%-
XYZ12.6310.8423.62-
YUV94.66149.64131.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.23%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=31.23%
G=26.81%
B=41.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99851330.260.3600.48257.522.0242.75
Hex6355851A24030102162b
Octal14312520532440604022653
Binary110001110101011000010111010100100011000010000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635585; }

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

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

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

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

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

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

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

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