Html Css Color HEX #57309C Daisy Bush

📋 copy color: '#57309C'

red 87 ◦ green 48 ◦ blue 156

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

Shades of Daisy Bush #57309C

Tints of Daisy Bush #57309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

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

R = 29.9%
G = 16.49%
B = 53.61%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57309C (or 0x57309C) is known color: Daisy Bush. HEX triplet: 57, 30 and 9C. RGB value is (87,48,156). Sum of RGB (Red+Green+Blue) = 87+48+156=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #57309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57309C is #A8CF63. Grayscale: #474747. Windows color (decimal): -11063140 or 10235991. OLE color: 10235991.

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

Color convert

RGB 87 48 156 -
CMYK 0.44 0.69 0 0.39
HSL 261.67º 0.53% 0.4% -
HSV(B) 261.67º 0.69% 0.61% -
XYZ 10.99 6.54 32.14 -
YUV 71.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 87 48 156 0.44 0.69 0 0.39 261.67 0.53 0.4
Hex 57 30 9C 2C 45 0 27 106 35 28
Octal 127 60 234 54 105 0 47 406 65 50
Binary 1010111 110000 10011100 101100 1000101 0 100111 100000110 110101 101000

Color Harmonies of #57309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57309C

Black with #57309C

Text Example


Text Example

White with #57309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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