Html Css Color HEX #57359C Daisy Bush

📋 copy color: '#57359C'

red 87 ◦ green 53 ◦ blue 156

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

Shades of Daisy Bush #57359C

Tints of Daisy Bush #57359C

RGB

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

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

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

R = 29.39%
G = 17.91%
B = 52.7%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57359C (or 0x57359C) is known color: Daisy Bush. HEX triplet: 57, 35 and 9C. RGB value is (87,53,156). Sum of RGB (Red+Green+Blue) = 87+53+156=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #57359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57359C is #A8CA63. Grayscale: #4A4A4A. Windows color (decimal): -11061860 or 10237271. OLE color: 10237271.

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

Color convert

RGB 87 53 156 -
CMYK 0.44 0.66 0 0.39
HSL 259.81º 0.49% 0.41% -
HSV(B) 259.81º 0.66% 0.61% -
XYZ 11.2 6.97 32.21 -
YUV 74.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 87 53 156 0.44 0.66 0 0.39 259.81 0.49 0.41
Hex 57 35 9C 2C 42 0 27 104 31 29
Octal 127 65 234 54 102 0 47 404 61 51
Binary 1010111 110101 10011100 101100 1000010 0 100111 100000100 110001 101001

Color Harmonies of #57359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57359C

Black with #57359C

Text Example


Text Example

White with #57359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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