Html Css Color HEX #553E90 Daisy Bush

📋 copy color: '#553E90'

red 85 ◦ green 62 ◦ blue 144

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

Shades of Daisy Bush #553E90

Tints of Daisy Bush #553E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 29.21%
G = 21.31%
B = 49.48%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#553E90 (or 0x553E90) is known color: Daisy Bush. HEX triplet: 55, 3E and 90. RGB value is (85,62,144). Sum of RGB (Red+Green+Blue) = 85+62+144=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #553E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553E90 is #AAC16F. Grayscale: #4D4D4D. Windows color (decimal): -11190640 or 9453141. OLE color: 9453141.

HSL color Cylindrical-coordinate representation of color #553E90: hue angle of 256.83º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553E90 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 62 144 -
CMYK 0.41 0.57 0 0.44
HSL 256.83º 0.4% 0.4% -
HSV(B) 256.83º 0.57% 0.56% -
XYZ 10.5 7.39 27.26 -
YUV 78.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 85 62 144 0.41 0.57 0 0.44 256.83 0.4 0.4
Hex 55 3E 90 29 39 0 2C 101 28 28
Octal 125 76 220 51 71 0 54 401 50 50
Binary 1010101 111110 10010000 101001 111001 0 101100 100000001 101000 101000

Color Harmonies of #553E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E90

Black with #553E90

Text Example


Text Example

White with #553E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553E90; }

 p { color: rgb(85,62,144); }

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

background-color css

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

 a { background-color: rgb(85,62,144); }

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

border-color css

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

 span { border-color: rgb(85,62,144); }

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