#62538B

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

Shades of Butterfly Bush #62538B

Tints of Butterfly Bush #62538B

Color information

#62538B (or 0x62538B) is unknown color: approx Butterfly Bush. HEX triplet: 62, 53 and 8B. RGB value is (98,83,139). Sum of RGB (Red+Green+Blue) = 98+83+139=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #62538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62538B is #9DAC74. Grayscale: #5D5D5D. Windows color (decimal): -10333301 or 9130850. OLE color: 9130850.

HSL color Cylindrical-coordinate representation of color #62538B: hue angle of 256.07º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62538B is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9883139-
CMYK0.290.4000.45
HSL256.07º25.23%43.53%-
HSV(B)256.07º40.29%54.51%-
XYZ12.7910.6525.81-
YUV93.87153.47130.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=30.62%
G=25.94%
B=43.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98831390.290.4000.45256.0725.2343.53
Hex62538B1D2802D100192c
Octal14212321335500554003154
Binary110001010100111000101111101101000010110110000000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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