#625590

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

Shades of Butterfly Bush #625590

Tints of Butterfly Bush #625590

Color information

#625590 (or 0x625590) is unknown color: approx Butterfly Bush. HEX triplet: 62, 55 and 90. RGB value is (98,85,144). Sum of RGB (Red+Green+Blue) = 98+85+144=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #625590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625590 is #9DAA6F. Grayscale: #5F5F5F. Windows color (decimal): -10332784 or 9459042. OLE color: 9459042.

HSL color Cylindrical-coordinate representation of color #625590: hue angle of 253.22º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #625590 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9885144-
CMYK0.320.4100.44
HSL253.22º25.76%44.9%-
HSV(B)253.22º40.97%56.47%-
XYZ13.3211.1127.83-
YUV95.61155.31129.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=29.97%
G=25.99%
B=44.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98851440.320.4100.44253.2225.7644.9
Hex625590202902Cfd1a2d
Octal14212522040510543753255
Binary110001010101011001000010000010100101011001111110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625590; }

 p { color: rgb(98,85,144); }

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

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

 a { background-color: rgb(98,85,144); }

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

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

 span { border-color: rgb(98,85,144); }

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