Html Css Color HEX #574094 Daisy Bush

📋 copy color: '#574094'

red 87 ◦ green 64 ◦ blue 148

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

Shades of Daisy Bush #574094

Tints of Daisy Bush #574094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 29.1%
G = 21.4%
B = 49.5%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#574094 (or 0x574094) is known color: Daisy Bush. HEX triplet: 57, 40 and 94. RGB value is (87,64,148). Sum of RGB (Red+Green+Blue) = 87+64+148=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #574094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574094 is #A8BF6B. Grayscale: #505050. Windows color (decimal): -11059052 or 9715799. OLE color: 9715799.

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

Color convert

RGB 87 64 148 -
CMYK 0.41 0.57 0 0.42
HSL 256.43º 0.4% 0.42% -
HSV(B) 256.43º 0.57% 0.58% -
XYZ 11.11 7.83 28.94 -
YUV 80.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 87 64 148 0.41 0.57 0 0.42 256.43 0.4 0.42
Hex 57 40 94 29 39 0 2A 100 28 2A
Octal 127 100 224 51 71 0 52 400 50 52
Binary 1010111 1000000 10010100 101001 111001 0 101010 100000000 101000 101010

Color Harmonies of #574094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574094

Black with #574094

Text Example


Text Example

White with #574094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574094; }

 p { color: rgb(87,64,148); }

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

background-color css

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

 a { background-color: rgb(87,64,148); }

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

border-color css

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

 span { border-color: rgb(87,64,148); }

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