#62558B

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

Shades of Butterfly Bush #62558B

Tints of Butterfly Bush #62558B

Color information

#62558B (or 0x62558B) is unknown color: approx Butterfly Bush. HEX triplet: 62, 55 and 8B. RGB value is (98,85,139). Sum of RGB (Red+Green+Blue) = 98+85+139=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #62558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62558B is #9DAA74. Grayscale: #5E5E5E. Windows color (decimal): -10332789 or 9131362. OLE color: 9131362.

HSL color Cylindrical-coordinate representation of color #62558B: hue angle of 254.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62558B is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9885139-
CMYK0.290.3900.45
HSL254.44º24.11%43.92%-
HSV(B)254.44º38.85%54.51%-
XYZ12.9510.9625.86-
YUV95.04152.81130.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.43%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=30.43%
G=26.40%
B=43.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98851390.290.3900.45254.4424.1143.92
Hex62558B1D2702Dfe182c
Octal14212521335470553763054
Binary11000101010101100010111110110011101011011111111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62558B; }

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

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

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

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

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

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

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

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