Html Css Color HEX #57368E Daisy Bush

📋 copy color: '#57368E'

red 87 ◦ green 54 ◦ blue 142

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

Shades of Daisy Bush #57368E

Tints of Daisy Bush #57368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.08%

 BLUE value IS 142 (55.86% from 255) = 50.18%

R = 30.74%
G = 19.08%
B = 50.18%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57368E (or 0x57368E) is known color: Daisy Bush. HEX triplet: 57, 36 and 8E. RGB value is (87,54,142). Sum of RGB (Red+Green+Blue) = 87+54+142=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #57368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57368E is #A8C971. Grayscale: #494949. Windows color (decimal): -11061618 or 9320023. OLE color: 9320023.

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

Color convert

RGB 87 54 142 -
CMYK 0.39 0.62 0 0.44
HSL 262.5º 0.45% 0.38% -
HSV(B) 262.5º 0.62% 0.56% -
XYZ 10.13 6.62 26.33 -
YUV 73.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 87 54 142 0.39 0.62 0 0.44 262.5 0.45 0.38
Hex 57 36 8E 27 3E 0 2C 106 2D 26
Octal 127 66 216 47 76 0 54 406 55 46
Binary 1010111 110110 10001110 100111 111110 0 101100 100000110 101101 100110

Color Harmonies of #57368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57368E

Black with #57368E

Text Example


Text Example

White with #57368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57368E; }

 p { color: rgb(87,54,142); }

 H1.HeaderClassName
 {
   color: #57368E;
 }
 .AnyTagClassName
 {
   color: #57368E;
 }
</style>

background-color css

<style>
 a { background-color: #57368E; }

 a { background-color: rgb(87,54,142); }

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

border-color css

<style>
 span { border-color: #57368E; }

 span { border-color: rgb(87,54,142); }

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