Html Css Color HEX #57419C Daisy Bush

📋 copy color: '#57419C'

red 87 ◦ green 65 ◦ blue 156

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

Shades of Daisy Bush #57419C

Tints of Daisy Bush #57419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 28.25%
G = 21.1%
B = 50.65%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57419C (or 0x57419C) is known color: Daisy Bush. HEX triplet: 57, 41 and 9C. RGB value is (87,65,156). Sum of RGB (Red+Green+Blue) = 87+65+156=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #57419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57419C is #A8BE63. Grayscale: #515151. Windows color (decimal): -11058788 or 10240343. OLE color: 10240343.

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

Color convert

RGB 87 65 156 -
CMYK 0.44 0.58 0 0.39
HSL 254.51º 0.41% 0.43% -
HSV(B) 254.51º 0.58% 0.61% -
XYZ 11.82 8.21 32.41 -
YUV 81.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 87 65 156 0.44 0.58 0 0.39 254.51 0.41 0.43
Hex 57 41 9C 2C 3A 0 27 FF 29 2B
Octal 127 101 234 54 72 0 47 377 51 53
Binary 1010111 1000001 10011100 101100 111010 0 100111 11111111 101001 101011

Color Harmonies of #57419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57419C

Black with #57419C

Text Example


Text Example

White with #57419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57419C; }

 p { color: rgb(87,65,156); }

 H1.HeaderClassName
 {
   color: #57419C;
 }
 .AnyTagClassName
 {
   color: #57419C;
 }
</style>

background-color css

<style>
 a { background-color: #57419C; }

 a { background-color: rgb(87,65,156); }

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

border-color css

<style>
 span { border-color: #57419C; }

 span { border-color: rgb(87,65,156); }

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