Html Css Color HEX #574399 Daisy Bush

📋 copy color: '#574399'

red 87 ◦ green 67 ◦ blue 153

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

Shades of Daisy Bush #574399

Tints of Daisy Bush #574399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.82%

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

R = 28.34%
G = 21.82%
B = 49.84%

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

#574399 (or 0x574399) is known color: Daisy Bush. HEX triplet: 57, 43 and 99. RGB value is (87,67,153). Sum of RGB (Red+Green+Blue) = 87+67+153=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #574399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574399 is #A8BC66. Grayscale: #525252. Windows color (decimal): -11058279 or 10044247. OLE color: 10044247.

HSL color Cylindrical-coordinate representation of color #574399: hue angle of 253.95º degrees, saturation: 0.39, 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 #574399 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 67 153 -
CMYK 0.43 0.56 0 0.4
HSL 253.95º 0.39% 0.43% -
HSV(B) 253.95º 0.56% 0.6% -
XYZ 11.69 8.34 31.13 -
YUV 82.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 87 67 153 0.43 0.56 0 0.4 253.95 0.39 0.43
Hex 57 43 99 2B 38 0 28 FE 27 2B
Octal 127 103 231 53 70 0 50 376 47 53
Binary 1010111 1000011 10011001 101011 111000 0 101000 11111110 100111 101011

Color Harmonies of #574399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574399

Black with #574399

Text Example


Text Example

White with #574399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574399; }

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

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

background-color css

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

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

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

border-color css

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

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

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