#62558A

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

Shades of Butterfly Bush #62558A

Tints of Butterfly Bush #62558A

Color information

#62558A (or 0x62558A) is unknown color: approx Butterfly Bush. HEX triplet: 62, 55 and 8A. RGB value is (98,85,138). Sum of RGB (Red+Green+Blue) = 98+85+138=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #62558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62558A is #9DAA75. Grayscale: #5E5E5E. Windows color (decimal): -10332790 or 9065826. OLE color: 9065826.

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

Color convert

RGB9885138-
CMYK0.290.3800.46
HSL254.72º23.77%43.73%-
HSV(B)254.72º38.41%54.12%-
XYZ12.8710.9325.48-
YUV94.93152.31130.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.53%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=30.53%
G=26.48%
B=42.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98851380.290.3800.46254.7223.7743.73
Hex62558A1D2602Eff182c
Octal14212521235460563773054
Binary11000101010101100010101110110011001011101111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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