Html Css Color HEX #57469D Daisy Bush

📋 copy color: '#57469D'

red 87 ◦ green 70 ◦ blue 157

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

Shades of Daisy Bush #57469D

Tints of Daisy Bush #57469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50%

R = 27.71%
G = 22.29%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57469D (or 0x57469D) is known color: Daisy Bush. HEX triplet: 57, 46 and 9D. RGB value is (87,70,157). Sum of RGB (Red+Green+Blue) = 87+70+157=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #57469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57469D is #A8B962. Grayscale: #545454. Windows color (decimal): -11057507 or 10307159. OLE color: 10307159.

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

Color convert

RGB 87 70 157 -
CMYK 0.45 0.55 0 0.38
HSL 251.72º 0.38% 0.45% -
HSV(B) 251.72º 0.55% 0.62% -
XYZ 12.21 8.84 32.96 -
YUV 85 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 87 70 157 0.45 0.55 0 0.38 251.72 0.38 0.45
Hex 57 46 9D 2D 37 0 26 FC 26 2D
Octal 127 106 235 55 67 0 46 374 46 55
Binary 1010111 1000110 10011101 101101 110111 0 100110 11111100 100110 101101

Color Harmonies of #57469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57469D

Black with #57469D

Text Example


Text Example

White with #57469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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