Html Css Color HEX #57329F Daisy Bush

📋 copy color: '#57329F'

red 87 ◦ green 50 ◦ blue 159

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

Shades of Daisy Bush #57329F

Tints of Daisy Bush #57329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

 BLUE value IS 159 (62.5% from 255) = 53.72%

R = 29.39%
G = 16.89%
B = 53.72%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57329F (or 0x57329F) is known color: Daisy Bush. HEX triplet: 57, 32 and 9F. RGB value is (87,50,159). Sum of RGB (Red+Green+Blue) = 87+50+159=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #57329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57329F is #A8CD60. Grayscale: #494949. Windows color (decimal): -11062625 or 10433111. OLE color: 10433111.

HSL color Cylindrical-coordinate representation of color #57329F: hue angle of 260.37º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57329F is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 50 159 -
CMYK 0.45 0.69 0 0.38
HSL 260.37º 0.52% 0.41% -
HSV(B) 260.37º 0.69% 0.62% -
XYZ 11.33 6.81 33.52 -
YUV 73.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 87 50 159 0.45 0.69 0 0.38 260.37 0.52 0.41
Hex 57 32 9F 2D 45 0 26 104 34 29
Octal 127 62 237 55 105 0 46 404 64 51
Binary 1010111 110010 10011111 101101 1000101 0 100110 100000100 110100 101001

Color Harmonies of #57329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57329F

Black with #57329F

Text Example


Text Example

White with #57329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57329F; }

 p { color: rgb(87,50,159); }

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

background-color css

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

 a { background-color: rgb(87,50,159); }

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

border-color css

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

 span { border-color: rgb(87,50,159); }

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