Html Css Color HEX #57429B Daisy Bush

📋 copy color: '#57429B'

red 87 ◦ green 66 ◦ blue 155

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

Shades of Daisy Bush #57429B

Tints of Daisy Bush #57429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 28.25%
G = 21.43%
B = 50.32%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57429B (or 0x57429B) is known color: Daisy Bush. HEX triplet: 57, 42 and 9B. RGB value is (87,66,155). Sum of RGB (Red+Green+Blue) = 87+66+155=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #57429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57429B is #A8BD64. Grayscale: #525252. Windows color (decimal): -11058533 or 10175063. OLE color: 10175063.

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

Color convert

RGB 87 66 155 -
CMYK 0.44 0.57 0 0.39
HSL 254.16º 0.4% 0.43% -
HSV(B) 254.16º 0.57% 0.61% -
XYZ 11.8 8.29 31.99 -
YUV 82.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 87 66 155 0.44 0.57 0 0.39 254.16 0.4 0.43
Hex 57 42 9B 2C 39 0 27 FE 28 2B
Octal 127 102 233 54 71 0 47 376 50 53
Binary 1010111 1000010 10011011 101100 111001 0 100111 11111110 101000 101011

Color Harmonies of #57429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57429B

Black with #57429B

Text Example


Text Example

White with #57429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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