Html Css Color HEX #573DAA Daisy Bush

📋 copy color: '#573DAA'

red 87 ◦ green 61 ◦ blue 170

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

Shades of Daisy Bush #573DAA

Tints of Daisy Bush #573DAA

RGB

 RED value IS 87 (34.38% from 255) = 27.36%

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

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

R = 27.36%
G = 19.18%
B = 53.46%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#573DAA (or 0x573DAA) is known color: Daisy Bush. HEX triplet: 57, 3D and AA. RGB value is (87,61,170). Sum of RGB (Red+Green+Blue) = 87+61+170=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #573DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573DAA is #A8C255. Grayscale: #505050. Windows color (decimal): -11059798 or 11156823. OLE color: 11156823.

HSL color Cylindrical-coordinate representation of color #573DAA: hue angle of 254.31º 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 #573DAA is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 61 170 -
CMYK 0.49 0.64 0 0.33
HSL 254.31º 0.47% 0.45% -
HSV(B) 254.31º 0.64% 0.67% -
XYZ 12.85 8.27 38.95 -
YUV 81.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 87 61 170 0.49 0.64 0 0.33 254.31 0.47 0.45
Hex 57 3D AA 31 40 0 21 FE 2F 2D
Octal 127 75 252 61 100 0 41 376 57 55
Binary 1010111 111101 10101010 110001 1000000 0 100001 11111110 101111 101101

Color Harmonies of #573DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DAA

Black with #573DAA

Text Example


Text Example

White with #573DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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