Html Css Color HEX #573FAC Daisy Bush

📋 copy color: '#573FAC'

red 87 ◦ green 63 ◦ blue 172

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

Shades of Daisy Bush #573FAC

Tints of Daisy Bush #573FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 27.02%
G = 19.57%
B = 53.42%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#573FAC (or 0x573FAC) is known color: Daisy Bush. HEX triplet: 57, 3F and AC. RGB value is (87,63,172). Sum of RGB (Red+Green+Blue) = 87+63+172=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #573FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573FAC is #A8C053. Grayscale: #525252. Windows color (decimal): -11059284 or 11288407. OLE color: 11288407.

HSL color Cylindrical-coordinate representation of color #573FAC: hue angle of 253.21º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #573FAC is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 63 172 -
CMYK 0.49 0.63 0 0.33
HSL 253.21º 0.46% 0.46% -
HSV(B) 253.21º 0.63% 0.67% -
XYZ 13.15 8.56 39.99 -
YUV 82.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 87 63 172 0.49 0.63 0 0.33 253.21 0.46 0.46
Hex 57 3F AC 31 3F 0 21 FD 2E 2E
Octal 127 77 254 61 77 0 41 375 56 56
Binary 1010111 111111 10101100 110001 111111 0 100001 11111101 101110 101110

Color Harmonies of #573FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FAC

Black with #573FAC

Text Example


Text Example

White with #573FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,63,172); }

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

background-color css

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

 a { background-color: rgb(87,63,172); }

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

border-color css

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

 span { border-color: rgb(87,63,172); }

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