#65538B

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

Shades of Butterfly Bush #65538B

Tints of Butterfly Bush #65538B

Color information

#65538B (or 0x65538B) is unknown color: approx Butterfly Bush. HEX triplet: 65, 53 and 8B. RGB value is (101,83,139). Sum of RGB (Red+Green+Blue) = 101+83+139=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #65538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65538B is #9AAC74. Grayscale: #5E5E5E. Windows color (decimal): -10136693 or 9130853. OLE color: 9130853.

HSL color Cylindrical-coordinate representation of color #65538B: hue angle of 259.29º 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 #65538B is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10183139-
CMYK0.270.4000.45
HSL259.29º25.23%43.53%-
HSV(B)259.29º40.29%54.51%-
XYZ13.1210.8225.82-
YUV94.77152.96132.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=31.27%
G=25.70%
B=43.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101831390.270.4000.45259.2925.2343.53
Hex65538B1B2802D103192c
Octal14512321333500554033154
Binary110010110100111000101111011101000010110110000001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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