Html Css Color HEX #574499 Daisy Bush

📋 copy color: '#574499'

red 87 ◦ green 68 ◦ blue 153

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

Shades of Daisy Bush #574499

Tints of Daisy Bush #574499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 28.25%
G = 22.08%
B = 49.68%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#574499 (or 0x574499) is known color: Daisy Bush. HEX triplet: 57, 44 and 99. RGB value is (87,68,153). Sum of RGB (Red+Green+Blue) = 87+68+153=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #574499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574499 is #A8BB66. Grayscale: #535353. Windows color (decimal): -11058023 or 10044503. OLE color: 10044503.

HSL color Cylindrical-coordinate representation of color #574499: hue angle of 253.41º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #574499 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 68 153 -
CMYK 0.43 0.56 0 0.4
HSL 253.41º 0.38% 0.43% -
HSV(B) 253.41º 0.56% 0.6% -
XYZ 11.75 8.46 31.15 -
YUV 83.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 87 68 153 0.43 0.56 0 0.4 253.41 0.38 0.43
Hex 57 44 99 2B 38 0 28 FD 26 2B
Octal 127 104 231 53 70 0 50 375 46 53
Binary 1010111 1000100 10011001 101011 111000 0 101000 11111101 100110 101011

Color Harmonies of #574499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574499

Black with #574499

Text Example


Text Example

White with #574499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574499; }

 p { color: rgb(87,68,153); }

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

background-color css

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

 a { background-color: rgb(87,68,153); }

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

border-color css

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

 span { border-color: rgb(87,68,153); }

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