Html Css Color HEX #573BAB Daisy Bush

📋 copy color: '#573BAB'

red 87 ◦ green 59 ◦ blue 171

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

Shades of Daisy Bush #573BAB

Tints of Daisy Bush #573BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

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

R = 27.44%
G = 18.61%
B = 53.94%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#573BAB (or 0x573BAB) is known color: Daisy Bush. HEX triplet: 57, 3B and AB. RGB value is (87,59,171). Sum of RGB (Red+Green+Blue) = 87+59+171=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #573BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573BAB is #A8C454. Grayscale: #4F4F4F. Windows color (decimal): -11060309 or 11221847. OLE color: 11221847.

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

Color convert

RGB 87 59 171 -
CMYK 0.49 0.65 0 0.33
HSL 255º 0.49% 0.45% -
HSV(B) 255º 0.65% 0.67% -
XYZ 12.85 8.09 39.41 -
YUV 80.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 87 59 171 0.49 0.65 0 0.33 255 0.49 0.45
Hex 57 3B AB 31 41 0 21 FF 31 2D
Octal 127 73 253 61 101 0 41 377 61 55
Binary 1010111 111011 10101011 110001 1000001 0 100001 11111111 110001 101101

Color Harmonies of #573BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573BAB

Black with #573BAB

Text Example


Text Example

White with #573BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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