#635485

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

Shades of Butterfly Bush #635485

Tints of Butterfly Bush #635485

Color information

#635485 (or 0x635485) is unknown color: approx Butterfly Bush. HEX triplet: 63, 54 and 85. RGB value is (99,84,133). Sum of RGB (Red+Green+Blue) = 99+84+133=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #635485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635485 is #9CAB7A. Grayscale: #5D5D5D. Windows color (decimal): -10267515 or 8737891. OLE color: 8737891.

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

Color convert

RGB9984133-
CMYK0.260.3700.48
HSL258.37º22.58%42.55%-
HSV(B)258.37º36.84%52.16%-
XYZ12.5510.6923.59-
YUV94.07149.97131.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.33%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=31.33%
G=26.58%
B=42.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99841330.260.3700.48258.3722.5842.55
Hex6354851A25030102172b
Octal14312420532450604022753
Binary110001110101001000010111010100101011000010000001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635485; }

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

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

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

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

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

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

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

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