#65537B

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

Shades of Butterfly Bush #65537B

Tints of Butterfly Bush #65537B

Color information

#65537B (or 0x65537B) is unknown color: approx Butterfly Bush. HEX triplet: 65, 53 and 7B. RGB value is (101,83,123). Sum of RGB (Red+Green+Blue) = 101+83+123=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #65537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65537B is #9AAC84. Grayscale: #5C5C5C. Windows color (decimal): -10136709 or 8082277. OLE color: 8082277.

HSL color Cylindrical-coordinate representation of color #65537B: hue angle of 267º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65537B is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10183123-
CMYK0.180.3300.52
HSL267º19.42%40.39%-
HSV(B)267º32.52%48.24%-
XYZ12.0410.3820.11-
YUV92.94144.96133.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.90%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=32.90%
G=27.04%
B=40.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101831230.180.3300.5226719.4240.39
Hex65537B122103410b1328
Octal14512317322410644132350
Binary11001011010011111101110010100001011010010000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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