Html Css Color HEX #57469B Daisy Bush

📋 copy color: '#57469B'

red 87 ◦ green 70 ◦ blue 155

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

Shades of Daisy Bush #57469B

Tints of Daisy Bush #57469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

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

R = 27.88%
G = 22.44%
B = 49.68%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57469B (or 0x57469B) is known color: Daisy Bush. HEX triplet: 57, 46 and 9B. RGB value is (87,70,155). Sum of RGB (Red+Green+Blue) = 87+70+155=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #57469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57469B is #A8B964. Grayscale: #545454. Windows color (decimal): -11057509 or 10176087. OLE color: 10176087.

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

Color convert

RGB 87 70 155 -
CMYK 0.44 0.55 0 0.39
HSL 252º 0.38% 0.44% -
HSV(B) 252º 0.55% 0.61% -
XYZ 12.04 8.77 32.07 -
YUV 84.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 87 70 155 0.44 0.55 0 0.39 252 0.38 0.44
Hex 57 46 9B 2C 37 0 27 FC 26 2C
Octal 127 106 233 54 67 0 47 374 46 54
Binary 1010111 1000110 10011011 101100 110111 0 100111 11111100 100110 101100

Color Harmonies of #57469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57469B

Black with #57469B

Text Example


Text Example

White with #57469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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