#62558E

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

Shades of Butterfly Bush #62558E

Tints of Butterfly Bush #62558E

Color information

#62558E (or 0x62558E) is unknown color: approx Butterfly Bush. HEX triplet: 62, 55 and 8E. RGB value is (98,85,142). Sum of RGB (Red+Green+Blue) = 98+85+142=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #62558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62558E is #9DAA71. Grayscale: #5F5F5F. Windows color (decimal): -10332786 or 9327970. OLE color: 9327970.

HSL color Cylindrical-coordinate representation of color #62558E: hue angle of 253.68º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62558E is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9885142-
CMYK0.310.4000.44
HSL253.68º25.11%44.51%-
HSV(B)253.68º40.14%55.69%-
XYZ13.1711.0527.03-
YUV95.38154.31129.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=30.15%
G=26.15%
B=43.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98851420.310.4000.44253.6825.1144.51
Hex62558E1F2802Cfe192d
Octal14212521637500543763155
Binary11000101010101100011101111110100001011001111111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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