#62538F

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

Shades of Butterfly Bush #62538F

Tints of Butterfly Bush #62538F

Color information

#62538F (or 0x62538F) is unknown color: approx Butterfly Bush. HEX triplet: 62, 53 and 8F. RGB value is (98,83,143). Sum of RGB (Red+Green+Blue) = 98+83+143=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #62538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62538F is #9DAC70. Grayscale: #5E5E5E. Windows color (decimal): -10333297 or 9392994. OLE color: 9392994.

HSL color Cylindrical-coordinate representation of color #62538F: hue angle of 255º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62538F is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9883143-
CMYK0.310.4200.44
HSL255º26.55%44.31%-
HSV(B)255º41.96%56.08%-
XYZ13.0910.7727.37-
YUV94.32155.47130.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.25%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=30.25%
G=25.62%
B=44.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98831430.310.4200.4425526.5544.31
Hex62538F1F2A02Cff1b2c
Octal14212321737520543773354
Binary11000101010011100011111111110101001011001111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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