#62529D

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

Shades of Butterfly Bush #62529D

Tints of Butterfly Bush #62529D

Color information

#62529D (or 0x62529D) is unknown color: approx Butterfly Bush. HEX triplet: 62, 52 and 9D. RGB value is (98,82,157). Sum of RGB (Red+Green+Blue) = 98+82+157=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #62529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62529D is #9DAD62. Grayscale: #5F5F5F. Windows color (decimal): -10333539 or 10310242. OLE color: 10310242.

HSL color Cylindrical-coordinate representation of color #62529D: hue angle of 252.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62529D is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9882157-
CMYK0.380.4800.38
HSL252.8º31.38%46.86%-
HSV(B)252.8º47.77%61.57%-
XYZ14.1411.0733.29-
YUV95.33162.8129.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=29.08%
G=24.33%
B=46.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98821570.380.4800.38252.831.3846.86
Hex62529D2630026fd1f2f
Octal14212223546600463753757
Binary110001010100101001110110011011000001001101111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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