Html Css Color HEX #57369A Daisy Bush

📋 copy color: '#57369A'

red 87 ◦ green 54 ◦ blue 154

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

Shades of Daisy Bush #57369A

Tints of Daisy Bush #57369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

 BLUE value IS 154 (60.55% from 255) = 52.2%

R = 29.49%
G = 18.31%
B = 52.2%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#57369A (or 0x57369A) is known color: Daisy Bush. HEX triplet: 57, 36 and 9A. RGB value is (87,54,154). Sum of RGB (Red+Green+Blue) = 87+54+154=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #57369A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57369A is #A8C965. Grayscale: #4A4A4A. Windows color (decimal): -11061606 or 10106455. OLE color: 10106455.

HSL color Cylindrical-coordinate representation of color #57369A: hue angle of 259.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57369A is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 54 154 -
CMYK 0.44 0.65 0 0.40
HSL 259.8º 0.48% 0.41% -
HSV(B) 259.8º 0.65% 0.6% -
XYZ 11.08 7 31.34 -
YUV 75.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 87 54 154 0.44 0.65 0 0.40 259.8 0.48 0.41
Hex 57 36 9A 2C 41 0 28 104 30 29
Octal 127 66 232 54 101 0 50 404 60 51
Binary 1010111 110110 10011010 101100 1000001 0 101000 100000100 110000 101001

Color Harmonies of #57369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57369A

Black with #57369A

Text Example


Text Example

White with #57369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57369A; }

 p { color: rgb(87,54,154); }

 H1.HeaderClassName
 {
   color: #57369A;
 }
 .AnyTagClassName
 {
   color: #57369A;
 }
</style>

background-color css

<style>
 a { background-color: #57369A; }

 a { background-color: rgb(87,54,154); }

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

border-color css

<style>
 span { border-color: #57369A; }

 span { border-color: rgb(87,54,154); }

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