Html Css Color HEX #57449B Daisy Bush

📋 copy color: '#57449B'

red 87 ◦ green 68 ◦ blue 155

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

Shades of Daisy Bush #57449B

Tints of Daisy Bush #57449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

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

R = 28.06%
G = 21.94%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57449B (or 0x57449B) is known color: Daisy Bush. HEX triplet: 57, 44 and 9B. RGB value is (87,68,155). Sum of RGB (Red+Green+Blue) = 87+68+155=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #57449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57449B is #A8BB64. Grayscale: #535353. Windows color (decimal): -11058021 or 10175575. OLE color: 10175575.

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

Color convert

RGB 87 68 155 -
CMYK 0.44 0.56 0 0.39
HSL 253.1º 0.39% 0.44% -
HSV(B) 253.1º 0.56% 0.61% -
XYZ 11.91 8.53 32.03 -
YUV 83.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 87 68 155 0.44 0.56 0 0.39 253.1 0.39 0.44
Hex 57 44 9B 2C 38 0 27 FD 27 2C
Octal 127 104 233 54 70 0 47 375 47 54
Binary 1010111 1000100 10011011 101100 111000 0 100111 11111101 100111 101100

Color Harmonies of #57449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57449B

Black with #57449B

Text Example


Text Example

White with #57449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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