Html Css Color HEX #57259F Daisy Bush

📋 copy color: '#57259F'

red 87 ◦ green 37 ◦ blue 159

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

Shades of Daisy Bush #57259F

Tints of Daisy Bush #57259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

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

R = 30.74%
G = 13.07%
B = 56.18%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57259F (or 0x57259F) is known color: Daisy Bush. HEX triplet: 57, 25 and 9F. RGB value is (87,37,159). Sum of RGB (Red+Green+Blue) = 87+37+159=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #57259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57259F is #A8DA60. Grayscale: #414141. Windows color (decimal): -11065953 or 10429783. OLE color: 10429783.

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

Color convert

RGB 87 37 159 -
CMYK 0.45 0.77 0 0.38
HSL 264.59º 0.62% 0.38% -
HSV(B) 264.59º 0.77% 0.62% -
XYZ 10.85 5.85 33.36 -
YUV 65.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 87 37 159 0.45 0.77 0 0.38 264.59 0.62 0.38
Hex 57 25 9F 2D 4D 0 26 109 3E 26
Octal 127 45 237 55 115 0 46 411 76 46
Binary 1010111 100101 10011111 101101 1001101 0 100110 100001001 111110 100110

Color Harmonies of #57259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57259F

Black with #57259F

Text Example


Text Example

White with #57259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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