Html Css Color HEX #553DAA Daisy Bush

📋 copy color: '#553DAA'

red 85 ◦ green 61 ◦ blue 170

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

Shades of Daisy Bush #553DAA

Tints of Daisy Bush #553DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 26.9%
G = 19.3%
B = 53.8%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#553DAA (or 0x553DAA) is known color: Daisy Bush. HEX triplet: 55, 3D and AA. RGB value is (85,61,170). Sum of RGB (Red+Green+Blue) = 85+61+170=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #553DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553DAA is #AAC255. Grayscale: #505050. Windows color (decimal): -11190870 or 11156821. OLE color: 11156821.

HSL color Cylindrical-coordinate representation of color #553DAA: hue angle of 253.21º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #553DAA is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 61 170 -
CMYK 0.50 0.64 0 0.33
HSL 253.21º 0.47% 0.45% -
HSV(B) 253.21º 0.64% 0.67% -
XYZ 12.67 8.17 38.94 -
YUV 80.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 85 61 170 0.50 0.64 0 0.33 253.21 0.47 0.45
Hex 55 3D AA 32 40 0 21 FD 2F 2D
Octal 125 75 252 62 100 0 41 375 57 55
Binary 1010101 111101 10101010 110010 1000000 0 100001 11111101 101111 101101

Color Harmonies of #553DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DAA

Black with #553DAA

Text Example


Text Example

White with #553DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,61,170); }

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

background-color css

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

 a { background-color: rgb(85,61,170); }

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

border-color css

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

 span { border-color: rgb(85,61,170); }

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