#62558F

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

Shades of Butterfly Bush #62558F

Tints of Butterfly Bush #62558F

Color information

#62558F (or 0x62558F) is unknown color: approx Butterfly Bush. HEX triplet: 62, 55 and 8F. RGB value is (98,85,143). Sum of RGB (Red+Green+Blue) = 98+85+143=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #62558F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62558F is #9DAA70. Grayscale: #5F5F5F. Windows color (decimal): -10332785 or 9393506. OLE color: 9393506.

HSL color Cylindrical-coordinate representation of color #62558F: hue angle of 253.45º degrees, saturation: 0.25, 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 #62558F is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9885143-
CMYK0.310.4100.44
HSL253.45º25.44%44.71%-
HSV(B)253.45º40.56%56.08%-
XYZ13.2411.0827.43-
YUV95.5154.81129.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.06%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 143 (56.25% from 255) = 43.87%
R=30.06%
G=26.07%
B=43.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98851430.310.4100.44253.4525.4444.71
Hex62558F1F2902Cfd192d
Octal14212521737510543753155
Binary11000101010101100011111111110100101011001111110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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