#625292

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

Shades of Butterfly Bush #625292

Tints of Butterfly Bush #625292

Color information

#625292 (or 0x625292) is unknown color: approx Butterfly Bush. HEX triplet: 62, 52 and 92. RGB value is (98,82,146). Sum of RGB (Red+Green+Blue) = 98+82+146=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #625292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625292 is #9DAD6D. Grayscale: #5D5D5D. Windows color (decimal): -10333550 or 9589346. OLE color: 9589346.

HSL color Cylindrical-coordinate representation of color #625292: hue angle of 255º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #625292 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9882146-
CMYK0.330.4400.43
HSL255º28.07%44.71%-
HSV(B)255º43.84%57.25%-
XYZ13.2410.7128.56-
YUV94.08157.3130.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.06%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=30.06%
G=25.15%
B=44.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98821460.330.4400.4325528.0744.71
Hex625292212C02Bff1c2d
Octal14212222241540533773455
Binary110001010100101001001010000110110001010111111111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625292; }

 p { color: rgb(98,82,146); }

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

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

 a { background-color: rgb(98,82,146); }

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

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

 span { border-color: rgb(98,82,146); }

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