Html Css Color HEX #57449D Daisy Bush

📋 copy color: '#57449D'

red 87 ◦ green 68 ◦ blue 157

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

Shades of Daisy Bush #57449D

Tints of Daisy Bush #57449D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 27.88%
G = 21.79%
B = 50.32%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57449D (or 0x57449D) is known color: Daisy Bush. HEX triplet: 57, 44 and 9D. RGB value is (87,68,157). Sum of RGB (Red+Green+Blue) = 87+68+157=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #57449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57449D is #A8BB62. Grayscale: #535353. Windows color (decimal): -11058019 or 10306647. OLE color: 10306647.

HSL color Cylindrical-coordinate representation of color #57449D: hue angle of 252.81º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57449D is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 68 157 -
CMYK 0.45 0.57 0 0.38
HSL 252.81º 0.4% 0.44% -
HSV(B) 252.81º 0.57% 0.62% -
XYZ 12.08 8.59 32.92 -
YUV 83.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 87 68 157 0.45 0.57 0 0.38 252.81 0.4 0.44
Hex 57 44 9D 2D 39 0 26 FD 28 2C
Octal 127 104 235 55 71 0 46 375 50 54
Binary 1010111 1000100 10011101 101101 111001 0 100110 11111101 101000 101100

Color Harmonies of #57449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57449D

Black with #57449D

Text Example


Text Example

White with #57449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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