Html Css Color HEX #65588C Butterfly Bush

📋 copy color: '#65588C'

red 101 ◦ green 88 ◦ blue 140

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

Shades of Butterfly Bush #65588C

Tints of Butterfly Bush #65588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 30.7%
G = 26.75%
B = 42.55%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65588C (or 0x65588C) is known color: Butterfly Bush. HEX triplet: 65, 58 and 8C. RGB value is (101,88,140). Sum of RGB (Red+Green+Blue) = 101+88+140=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #65588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65588C is #9AA773. Grayscale: #616161. Windows color (decimal): -10135412 or 9197669. OLE color: 9197669.

HSL color Cylindrical-coordinate representation of color #65588C: hue angle of 255º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65588C is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 88 140 -
CMYK 0.28 0.37 0 0.45
HSL 255º 0.23% 0.45% -
HSV(B) 255º 0.37% 0.55% -
XYZ 13.59 11.64 26.34 -
YUV 97.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 101 88 140 0.28 0.37 0 0.45 255 0.23 0.45
Hex 65 58 8C 1C 25 0 2D FF 17 2D
Octal 145 130 214 34 45 0 55 377 27 55
Binary 1100101 1011000 10001100 11100 100101 0 101101 11111111 10111 101101

Color Harmonies of #65588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65588C

Black with #65588C

Text Example


Text Example

White with #65588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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