Html Css Color HEX #553490 Daisy Bush

📋 copy color: '#553490'

red 85 ◦ green 52 ◦ blue 144

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

Shades of Daisy Bush #553490

Tints of Daisy Bush #553490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 30.25%
G = 18.51%
B = 51.25%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#553490 (or 0x553490) is known color: Daisy Bush. HEX triplet: 55, 34 and 90. RGB value is (85,52,144). Sum of RGB (Red+Green+Blue) = 85+52+144=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #553490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553490 is #AACB6F. Grayscale: #484848. Windows color (decimal): -11193200 or 9450581. OLE color: 9450581.

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

Color convert

RGB 85 52 144 -
CMYK 0.41 0.64 0 0.44
HSL 261.52º 0.47% 0.38% -
HSV(B) 261.52º 0.64% 0.56% -
XYZ 10.01 6.4 27.09 -
YUV 72.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 85 52 144 0.41 0.64 0 0.44 261.52 0.47 0.38
Hex 55 34 90 29 40 0 2C 106 2F 26
Octal 125 64 220 51 100 0 54 406 57 46
Binary 1010101 110100 10010000 101001 1000000 0 101100 100000110 101111 100110

Color Harmonies of #553490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553490

Black with #553490

Text Example


Text Example

White with #553490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553490; }

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

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

background-color css

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

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

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

border-color css

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

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

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