Html Css Color HEX #573093 Daisy Bush

📋 copy color: '#573093'

red 87 ◦ green 48 ◦ blue 147

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

Shades of Daisy Bush #573093

Tints of Daisy Bush #573093

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 30.85%
G = 17.02%
B = 52.13%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#573093 (or 0x573093) is known color: Daisy Bush. HEX triplet: 57, 30 and 93. RGB value is (87,48,147). Sum of RGB (Red+Green+Blue) = 87+48+147=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #573093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573093 is #A8CF6C. Grayscale: #464646. Windows color (decimal): -11063149 or 9646167. OLE color: 9646167.

HSL color Cylindrical-coordinate representation of color #573093: hue angle of 263.64º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #573093 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 48 147 -
CMYK 0.41 0.67 0 0.42
HSL 263.64º 0.51% 0.38% -
HSV(B) 263.64º 0.67% 0.58% -
XYZ 10.25 6.25 28.27 -
YUV 70.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 87 48 147 0.41 0.67 0 0.42 263.64 0.51 0.38
Hex 57 30 93 29 43 0 2A 108 33 26
Octal 127 60 223 51 103 0 52 410 63 46
Binary 1010111 110000 10010011 101001 1000011 0 101010 100001000 110011 100110

Color Harmonies of #573093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573093

Black with #573093

Text Example


Text Example

White with #573093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573093; }

 p { color: rgb(87,48,147); }

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

background-color css

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

 a { background-color: rgb(87,48,147); }

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

border-color css

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

 span { border-color: rgb(87,48,147); }

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