Html Css Color HEX #57378C Daisy Bush

📋 copy color: '#57378C'

red 87 ◦ green 55 ◦ blue 140

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

Shades of Daisy Bush #57378C

Tints of Daisy Bush #57378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 30.85%
G = 19.5%
B = 49.65%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57378C (or 0x57378C) is known color: Daisy Bush. HEX triplet: 57, 37 and 8C. RGB value is (87,55,140). Sum of RGB (Red+Green+Blue) = 87+55+140=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #57378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57378C is #A8C873. Grayscale: #494949. Windows color (decimal): -11061364 or 9189207. OLE color: 9189207.

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

Color convert

RGB 87 55 140 -
CMYK 0.38 0.61 0 0.45
HSL 262.59º 0.44% 0.38% -
HSV(B) 262.59º 0.61% 0.55% -
XYZ 10.03 6.65 25.57 -
YUV 74.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 87 55 140 0.38 0.61 0 0.45 262.59 0.44 0.38
Hex 57 37 8C 26 3D 0 2D 107 2C 26
Octal 127 67 214 46 75 0 55 407 54 46
Binary 1010111 110111 10001100 100110 111101 0 101101 100000111 101100 100110

Color Harmonies of #57378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57378C

Black with #57378C

Text Example


Text Example

White with #57378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,55,140); }

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

background-color css

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

 a { background-color: rgb(87,55,140); }

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

border-color css

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

 span { border-color: rgb(87,55,140); }

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