Html Css Color HEX #57409B Daisy Bush

📋 copy color: '#57409B'

red 87 ◦ green 64 ◦ blue 155

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

Shades of Daisy Bush #57409B

Tints of Daisy Bush #57409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

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

R = 28.43%
G = 20.92%
B = 50.65%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57409B (or 0x57409B) is known color: Daisy Bush. HEX triplet: 57, 40 and 9B. RGB value is (87,64,155). Sum of RGB (Red+Green+Blue) = 87+64+155=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #57409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57409B is #A8BF64. Grayscale: #505050. Windows color (decimal): -11059045 or 10174551. OLE color: 10174551.

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

Color convert

RGB 87 64 155 -
CMYK 0.44 0.59 0 0.39
HSL 255.16º 0.42% 0.43% -
HSV(B) 255.16º 0.59% 0.61% -
XYZ 11.68 8.06 31.95 -
YUV 81.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 87 64 155 0.44 0.59 0 0.39 255.16 0.42 0.43
Hex 57 40 9B 2C 3B 0 27 FF 2A 2B
Octal 127 100 233 54 73 0 47 377 52 53
Binary 1010111 1000000 10011011 101100 111011 0 100111 11111111 101010 101011

Color Harmonies of #57409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57409B

Black with #57409B

Text Example


Text Example

White with #57409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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