Html Css Color HEX #57339B Daisy Bush

📋 copy color: '#57339B'

red 87 ◦ green 51 ◦ blue 155

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

Shades of Daisy Bush #57339B

Tints of Daisy Bush #57339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

 BLUE value IS 155 (60.94% from 255) = 52.9%

R = 29.69%
G = 17.41%
B = 52.9%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57339B (or 0x57339B) is known color: Daisy Bush. HEX triplet: 57, 33 and 9B. RGB value is (87,51,155). Sum of RGB (Red+Green+Blue) = 87+51+155=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #57339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57339B is #A8CC64. Grayscale: #494949. Windows color (decimal): -11062373 or 10171223. OLE color: 10171223.

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

Color convert

RGB 87 51 155 -
CMYK 0.44 0.67 0 0.39
HSL 260.77º 0.5% 0.4% -
HSV(B) 260.77º 0.67% 0.61% -
XYZ 11.03 6.76 31.73 -
YUV 73.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 87 51 155 0.44 0.67 0 0.39 260.77 0.5 0.4
Hex 57 33 9B 2C 43 0 27 105 32 28
Octal 127 63 233 54 103 0 47 405 62 50
Binary 1010111 110011 10011011 101100 1000011 0 100111 100000101 110010 101000

Color Harmonies of #57339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57339B

Black with #57339B

Text Example


Text Example

White with #57339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57339B; }

 p { color: rgb(87,51,155); }

 H1.HeaderClassName
 {
   color: #57339B;
 }
 .AnyTagClassName
 {
   color: #57339B;
 }
</style>

background-color css

<style>
 a { background-color: #57339B; }

 a { background-color: rgb(87,51,155); }

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

border-color css

<style>
 span { border-color: #57339B; }

 span { border-color: rgb(87,51,155); }

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