#62527D

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

Shades of Butterfly Bush #62527D

Tints of Butterfly Bush #62527D

Color information

#62527D (or 0x62527D) is unknown color: approx Butterfly Bush. HEX triplet: 62, 52 and 7D. RGB value is (98,82,125). Sum of RGB (Red+Green+Blue) = 98+82+125=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #62527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62527D is #9DAD82. Grayscale: #5B5B5B. Windows color (decimal): -10333571 or 8213090. OLE color: 8213090.

HSL color Cylindrical-coordinate representation of color #62527D: hue angle of 262.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62527D is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9882125-
CMYK0.220.3400.51
HSL262.33º20.77%40.59%-
HSV(B)262.33º34.4%49.02%-
XYZ11.7610.1120.73-
YUV91.69146.8132.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=32.13%
G=26.89%
B=40.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98821250.220.3400.51262.3320.7740.59
Hex62527D16220331061529
Octal14212217526420634062551
Binary11000101010010111110110110100010011001110000011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62527D; }

 p { color: rgb(98,82,125); }

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

<style>
 a { background-color: #62527D; }

 a { background-color: rgb(98,82,125); }

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

<style>
 span { border-color: #62527D; }

 span { border-color: rgb(98,82,125); }

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