#62558C

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

Shades of Butterfly Bush #62558C

Tints of Butterfly Bush #62558C

Color information

#62558C (or 0x62558C) is unknown color: approx Butterfly Bush. HEX triplet: 62, 55 and 8C. RGB value is (98,85,140). Sum of RGB (Red+Green+Blue) = 98+85+140=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #62558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62558C is #9DAA73. Grayscale: #5E5E5E. Windows color (decimal): -10332788 or 9196898. OLE color: 9196898.

HSL color Cylindrical-coordinate representation of color #62558C: hue angle of 254.18º 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 #62558C is Cyan = 0.3, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9885140-
CMYK0.30.3900.45
HSL254.18º24.44%44.12%-
HSV(B)254.18º39.29%54.9%-
XYZ13.0210.9926.25-
YUV95.16153.31130.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.34%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=30.34%
G=26.32%
B=43.34%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98851400.30.3900.45254.1824.4444.12
Hex62558C1E2702Dfe182c
Octal14212521436470553763054
Binary11000101010101100011001111010011101011011111111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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