#625288

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

Shades of Butterfly Bush #625288

Tints of Butterfly Bush #625288

Color information

#625288 (or 0x625288) is unknown color: approx Butterfly Bush. HEX triplet: 62, 52 and 88. RGB value is (98,82,136). Sum of RGB (Red+Green+Blue) = 98+82+136=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #625288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625288 is #9DAD77. Grayscale: #5C5C5C. Windows color (decimal): -10333560 or 8933986. OLE color: 8933986.

HSL color Cylindrical-coordinate representation of color #625288: hue angle of 257.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #625288 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9882136-
CMYK0.280.4000.47
HSL257.78º24.77%42.75%-
HSV(B)257.78º39.71%53.33%-
XYZ12.510.4124.64-
YUV92.94152.3131.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.01%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=31.01%
G=25.95%
B=43.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98821360.280.4000.47257.7824.7742.75
Hex6252881C2802F102192b
Octal14212221034500574023153
Binary110001010100101000100011100101000010111110000001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625288; }

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

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

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

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

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

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

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

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