Html Css Color HEX #65588E Butterfly Bush

📋 copy color: '#65588E'

red 101 ◦ green 88 ◦ blue 142

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

Shades of Butterfly Bush #65588E

Tints of Butterfly Bush #65588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 30.51%
G = 26.59%
B = 42.9%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65588E (or 0x65588E) is known color: Butterfly Bush. HEX triplet: 65, 58 and 8E. RGB value is (101,88,142). Sum of RGB (Red+Green+Blue) = 101+88+142=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #65588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65588E is #9AA771. Grayscale: #616161. Windows color (decimal): -10135410 or 9328741. OLE color: 9328741.

HSL color Cylindrical-coordinate representation of color #65588E: hue angle of 254.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65588E is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 88 142 -
CMYK 0.29 0.38 0 0.44
HSL 254.44º 0.23% 0.45% -
HSV(B) 254.44º 0.38% 0.56% -
XYZ 13.74 11.7 27.13 -
YUV 98.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 101 88 142 0.29 0.38 0 0.44 254.44 0.23 0.45
Hex 65 58 8E 1D 26 0 2C FE 17 2D
Octal 145 130 216 35 46 0 54 376 27 55
Binary 1100101 1011000 10001110 11101 100110 0 101100 11111110 10111 101101

Color Harmonies of #65588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65588E

Black with #65588E

Text Example


Text Example

White with #65588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65588E; }

 p { color: rgb(101,88,142); }

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

background-color css

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

 a { background-color: rgb(101,88,142); }

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

border-color css

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

 span { border-color: rgb(101,88,142); }

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