Html Css Color HEX #573FAB Daisy Bush

📋 copy color: '#573FAB'

red 87 ◦ green 63 ◦ blue 171

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

Shades of Daisy Bush #573FAB

Tints of Daisy Bush #573FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 27.1%
G = 19.63%
B = 53.27%

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

#573FAB (or 0x573FAB) is known color: Daisy Bush. HEX triplet: 57, 3F and AB. RGB value is (87,63,171). Sum of RGB (Red+Green+Blue) = 87+63+171=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #573FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573FAB is #A8C054. Grayscale: #525252. Windows color (decimal): -11059285 or 11222871. OLE color: 11222871.

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

Color convert

RGB 87 63 171 -
CMYK 0.49 0.63 0 0.33
HSL 253.33º 0.46% 0.46% -
HSV(B) 253.33º 0.63% 0.67% -
XYZ 13.06 8.52 39.48 -
YUV 82.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 87 63 171 0.49 0.63 0 0.33 253.33 0.46 0.46
Hex 57 3F AB 31 3F 0 21 FD 2E 2E
Octal 127 77 253 61 77 0 41 375 56 56
Binary 1010111 111111 10101011 110001 111111 0 100001 11111101 101110 101110

Color Harmonies of #573FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FAB

Black with #573FAB

Text Example


Text Example

White with #573FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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