Html Css Color HEX #605588 Butterfly Bush

📋 copy color: '#605588'

red 96 ◦ green 85 ◦ blue 136

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

Shades of Butterfly Bush #605588

Tints of Butterfly Bush #605588

RGB

 RED value IS 96 (37.89% from 255) = 30.28%

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

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

R = 30.28%
G = 26.81%
B = 42.9%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#605588 (or 0x605588) is known color: Butterfly Bush. HEX triplet: 60, 55 and 88. RGB value is (96,85,136). Sum of RGB (Red+Green+Blue) = 96+85+136=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 85 (33.59% from 255 or 26.81% 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 #605588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605588 is #9FAA77. Grayscale: #5D5D5D. Windows color (decimal): -10463864 or 8934752. OLE color: 8934752.

HSL color Cylindrical-coordinate representation of color #605588: hue angle of 252.94º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #605588 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 85 136 -
CMYK 0.29 0.38 0 0.47
HSL 252.94º 0.23% 0.43% -
HSV(B) 252.94º 0.38% 0.53% -
XYZ 12.52 10.76 24.71 -
YUV 94.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 96 85 136 0.29 0.38 0 0.47 252.94 0.23 0.43
Hex 60 55 88 1D 26 0 2F FD 17 2B
Octal 140 125 210 35 46 0 57 375 27 53
Binary 1100000 1010101 10001000 11101 100110 0 101111 11111101 10111 101011

Color Harmonies of #605588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605588

Black with #605588

Text Example


Text Example

White with #605588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605588; }

 p { color: rgb(96,85,136); }

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

background-color css

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

 a { background-color: rgb(96,85,136); }

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

border-color css

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

 span { border-color: rgb(96,85,136); }

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