Html Css Color HEX #57299F Daisy Bush

📋 copy color: '#57299F'

red 87 ◦ green 41 ◦ blue 159

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

Shades of Daisy Bush #57299F

Tints of Daisy Bush #57299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

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

R = 30.31%
G = 14.29%
B = 55.4%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57299F (or 0x57299F) is known color: Daisy Bush. HEX triplet: 57, 29 and 9F. RGB value is (87,41,159). Sum of RGB (Red+Green+Blue) = 87+41+159=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #57299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57299F is #A8D660. Grayscale: #434343. Windows color (decimal): -11064929 or 10430807. OLE color: 10430807.

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

Color convert

RGB 87 41 159 -
CMYK 0.45 0.74 0 0.38
HSL 263.39º 0.59% 0.39% -
HSV(B) 263.39º 0.74% 0.62% -
XYZ 10.98 6.12 33.4 -
YUV 68.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 87 41 159 0.45 0.74 0 0.38 263.39 0.59 0.39
Hex 57 29 9F 2D 4A 0 26 107 3B 27
Octal 127 51 237 55 112 0 46 407 73 47
Binary 1010111 101001 10011111 101101 1001010 0 100110 100000111 111011 100111

Color Harmonies of #57299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57299F

Black with #57299F

Text Example


Text Example

White with #57299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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