Html Css Color HEX #57299C Daisy Bush

📋 copy color: '#57299C'

red 87 ◦ green 41 ◦ blue 156

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

Shades of Daisy Bush #57299C

Tints of Daisy Bush #57299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.93%

R = 30.63%
G = 14.44%
B = 54.93%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57299C (or 0x57299C) is known color: Daisy Bush. HEX triplet: 57, 29 and 9C. RGB value is (87,41,156). Sum of RGB (Red+Green+Blue) = 87+41+156=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #57299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57299C is #A8D663. Grayscale: #434343. Windows color (decimal): -11064932 or 10234199. OLE color: 10234199.

HSL color Cylindrical-coordinate representation of color #57299C: hue angle of 264º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57299C is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 41 156 -
CMYK 0.44 0.74 0 0.39
HSL 264º 0.58% 0.39% -
HSV(B) 264º 0.74% 0.61% -
XYZ 10.72 6.01 32.05 -
YUV 67.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 87 41 156 0.44 0.74 0 0.39 264 0.58 0.39
Hex 57 29 9C 2C 4A 0 27 108 3A 27
Octal 127 51 234 54 112 0 47 410 72 47
Binary 1010111 101001 10011100 101100 1001010 0 100111 100001000 111010 100111

Color Harmonies of #57299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57299C

Black with #57299C

Text Example


Text Example

White with #57299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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