Html Css Color HEX #57369F Daisy Bush

📋 copy color: '#57369F'

red 87 ◦ green 54 ◦ blue 159

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

Shades of Daisy Bush #57369F

Tints of Daisy Bush #57369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53%

R = 29%
G = 18%
B = 53%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57369F (or 0x57369F) is known color: Daisy Bush. HEX triplet: 57, 36 and 9F. RGB value is (87,54,159). Sum of RGB (Red+Green+Blue) = 87+54+159=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #57369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57369F is #A8C960. Grayscale: #4B4B4B. Windows color (decimal): -11061601 or 10434135. OLE color: 10434135.

HSL color Cylindrical-coordinate representation of color #57369F: hue angle of 258.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57369F is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 54 159 -
CMYK 0.45 0.66 0 0.38
HSL 258.86º 0.49% 0.42% -
HSV(B) 258.86º 0.66% 0.62% -
XYZ 11.51 7.17 33.58 -
YUV 75.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 87 54 159 0.45 0.66 0 0.38 258.86 0.49 0.42
Hex 57 36 9F 2D 42 0 26 103 31 2A
Octal 127 66 237 55 102 0 46 403 61 52
Binary 1010111 110110 10011111 101101 1000010 0 100110 100000011 110001 101010

Color Harmonies of #57369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57369F

Black with #57369F

Text Example


Text Example

White with #57369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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