Html Css Color HEX #65559B Butterfly Bush

📋 copy color: '#65559B'

red 101 ◦ green 85 ◦ blue 155

#65559B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #65559B

Tints of Butterfly Bush #65559B

RGB

 RED value IS 101 (39.84% from 255) = 29.62%

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 29.62%
G = 24.93%
B = 45.45%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65559B (or 0x65559B) is known color: Butterfly Bush. HEX triplet: 65, 55 and 9B. RGB value is (101,85,155). Sum of RGB (Red+Green+Blue) = 101+85+155=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #65559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65559B is #9AAA64. Grayscale: #616161. Windows color (decimal): -10136165 or 10179941. OLE color: 10179941.

HSL color Cylindrical-coordinate representation of color #65559B: hue angle of 253.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65559B is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 85 155 -
CMYK 0.35 0.45 0 0.39
HSL 253.71º 0.29% 0.47% -
HSV(B) 253.71º 0.45% 0.61% -
XYZ 14.53 11.63 32.49 -
YUV 97.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 101 85 155 0.35 0.45 0 0.39 253.71 0.29 0.47
Hex 65 55 9B 23 2D 0 27 FE 1D 2F
Octal 145 125 233 43 55 0 47 376 35 57
Binary 1100101 1010101 10011011 100011 101101 0 100111 11111110 11101 101111

Color Harmonies of #65559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65559B

Black with #65559B

Text Example


Text Example

White with #65559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,85,155); }

 H1.HeaderClassName
 {
   color: #65559B;
 }
 .AnyTagClassName
 {
   color: #65559B;
 }
</style>

background-color css

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

 a { background-color: rgb(101,85,155); }

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

border-color css

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

 span { border-color: rgb(101,85,155); }

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