#62527C

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

Shades of Butterfly Bush #62527C

Tints of Butterfly Bush #62527C

Color information

#62527C (or 0x62527C) is unknown color: approx Butterfly Bush. HEX triplet: 62, 52 and 7C. RGB value is (98,82,124). Sum of RGB (Red+Green+Blue) = 98+82+124=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #62527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62527C is #9DAD83. Grayscale: #5B5B5B. Windows color (decimal): -10333572 or 8147554. OLE color: 8147554.

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

Color convert

RGB9882124-
CMYK0.210.3400.51
HSL262.86º20.39%40.39%-
HSV(B)262.86º33.87%48.63%-
XYZ11.6910.0920.4-
YUV91.57146.3132.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.24%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=32.24%
G=26.97%
B=40.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98821240.210.3400.51262.8620.3940.39
Hex62527C15220331071428
Octal14212217425420634072450
Binary11000101010010111110010101100010011001110000011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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