Html Css Color HEX #655088 Butterfly Bush

📋 copy color: '#655088'

red 101 ◦ green 80 ◦ blue 136

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

Shades of Butterfly Bush #655088

Tints of Butterfly Bush #655088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 31.86%
G = 25.24%
B = 42.9%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#655088 (or 0x655088) is known color: Butterfly Bush. HEX triplet: 65, 50 and 88. RGB value is (101,80,136). Sum of RGB (Red+Green+Blue) = 101+80+136=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #655088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655088 is #9AAF77. Grayscale: #5C5C5C. Windows color (decimal): -10137464 or 8933477. OLE color: 8933477.

HSL color Cylindrical-coordinate representation of color #655088: hue angle of 262.5º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #655088 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 80 136 -
CMYK 0.26 0.41 0 0.47
HSL 262.5º 0.26% 0.42% -
HSV(B) 262.5º 0.41% 0.53% -
XYZ 12.68 10.28 24.61 -
YUV 92.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 101 80 136 0.26 0.41 0 0.47 262.5 0.26 0.42
Hex 65 50 88 1A 29 0 2F 106 1A 2A
Octal 145 120 210 32 51 0 57 406 32 52
Binary 1100101 1010000 10001000 11010 101001 0 101111 100000110 11010 101010

Color Harmonies of #655088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655088

Black with #655088

Text Example


Text Example

White with #655088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655088; }

 p { color: rgb(101,80,136); }

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

background-color css

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

 a { background-color: rgb(101,80,136); }

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

border-color css

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

 span { border-color: rgb(101,80,136); }

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