Html Css Color HEX #553691 Daisy Bush

📋 copy color: '#553691'

red 85 ◦ green 54 ◦ blue 145

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

Shades of Daisy Bush #553691

Tints of Daisy Bush #553691

RGB

 RED value IS 85 (33.59% from 255) = 29.93%

 GREEN value IS 54 (21.48% from 255) = 19.01%

 BLUE value IS 145 (57.03% from 255) = 51.06%

R = 29.93%
G = 19.01%
B = 51.06%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#553691 (or 0x553691) is known color: Daisy Bush. HEX triplet: 55, 36 and 91. RGB value is (85,54,145). Sum of RGB (Red+Green+Blue) = 85+54+145=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #553691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553691 is #AAC96E. Grayscale: #494949. Windows color (decimal): -11192687 or 9516629. OLE color: 9516629.

HSL color Cylindrical-coordinate representation of color #553691: hue angle of 260.44º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #553691 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 54 145 -
CMYK 0.41 0.63 0 0.43
HSL 260.44º 0.46% 0.39% -
HSV(B) 260.44º 0.63% 0.57% -
XYZ 10.18 6.61 27.53 -
YUV 73.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 85 54 145 0.41 0.63 0 0.43 260.44 0.46 0.39
Hex 55 36 91 29 3F 0 2B 104 2E 27
Octal 125 66 221 51 77 0 53 404 56 47
Binary 1010101 110110 10010001 101001 111111 0 101011 100000100 101110 100111

Color Harmonies of #553691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553691

Black with #553691

Text Example


Text Example

White with #553691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553691; }

 p { color: rgb(85,54,145); }

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

background-color css

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

 a { background-color: rgb(85,54,145); }

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

border-color css

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

 span { border-color: rgb(85,54,145); }

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