Html Css Color HEX #57358F Daisy Bush

📋 copy color: '#57358F'

red 87 ◦ green 53 ◦ blue 143

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

Shades of Daisy Bush #57358F

Tints of Daisy Bush #57358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.73%

 BLUE value IS 143 (56.25% from 255) = 50.53%

R = 30.74%
G = 18.73%
B = 50.53%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57358F (or 0x57358F) is known color: Daisy Bush. HEX triplet: 57, 35 and 8F. RGB value is (87,53,143). Sum of RGB (Red+Green+Blue) = 87+53+143=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #57358F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57358F is #A8CA70. Grayscale: #494949. Windows color (decimal): -11061873 or 9385303. OLE color: 9385303.

HSL color Cylindrical-coordinate representation of color #57358F: hue angle of 262.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57358F is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 53 143 -
CMYK 0.39 0.63 0 0.44
HSL 262.67º 0.46% 0.38% -
HSV(B) 262.67º 0.63% 0.56% -
XYZ 10.16 6.56 26.72 -
YUV 73.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 87 53 143 0.39 0.63 0 0.44 262.67 0.46 0.38
Hex 57 35 8F 27 3F 0 2C 107 2E 26
Octal 127 65 217 47 77 0 54 407 56 46
Binary 1010111 110101 10001111 100111 111111 0 101100 100000111 101110 100110

Color Harmonies of #57358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57358F

Black with #57358F

Text Example


Text Example

White with #57358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,53,143); }

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

background-color css

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

 a { background-color: rgb(87,53,143); }

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

border-color css

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

 span { border-color: rgb(87,53,143); }

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