Html Css Color HEX #57348C Daisy Bush

📋 copy color: '#57348C'

red 87 ◦ green 52 ◦ blue 140

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

Shades of Daisy Bush #57348C

Tints of Daisy Bush #57348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 31.18%
G = 18.64%
B = 50.18%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57348C (or 0x57348C) is known color: Daisy Bush. HEX triplet: 57, 34 and 8C. RGB value is (87,52,140). Sum of RGB (Red+Green+Blue) = 87+52+140=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #57348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57348C is #A8CB73. Grayscale: #484848. Windows color (decimal): -11062132 or 9188439. OLE color: 9188439.

HSL color Cylindrical-coordinate representation of color #57348C: hue angle of 263.86º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57348C is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 52 140 -
CMYK 0.38 0.63 0 0.45
HSL 263.86º 0.46% 0.38% -
HSV(B) 263.86º 0.63% 0.55% -
XYZ 9.89 6.38 25.52 -
YUV 72.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 87 52 140 0.38 0.63 0 0.45 263.86 0.46 0.38
Hex 57 34 8C 26 3F 0 2D 108 2E 26
Octal 127 64 214 46 77 0 55 410 56 46
Binary 1010111 110100 10001100 100110 111111 0 101101 100001000 101110 100110

Color Harmonies of #57348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57348C

Black with #57348C

Text Example


Text Example

White with #57348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,52,140); }

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

background-color css

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

 a { background-color: rgb(87,52,140); }

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

border-color css

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

 span { border-color: rgb(87,52,140); }

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