Html Css Color HEX #57368C Daisy Bush

📋 copy color: '#57368C'

red 87 ◦ green 54 ◦ blue 140

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

Shades of Daisy Bush #57368C

Tints of Daisy Bush #57368C

RGB

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

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

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

R = 30.96%
G = 19.22%
B = 49.82%

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

#57368C (or 0x57368C) is known color: Daisy Bush. HEX triplet: 57, 36 and 8C. RGB value is (87,54,140). Sum of RGB (Red+Green+Blue) = 87+54+140=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #57368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57368C is #A8C973. Grayscale: #494949. Windows color (decimal): -11061620 or 9188951. OLE color: 9188951.

HSL color Cylindrical-coordinate representation of color #57368C: hue angle of 263.02º 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 #57368C is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 54 140 -
CMYK 0.38 0.61 0 0.45
HSL 263.02º 0.44% 0.38% -
HSV(B) 263.02º 0.61% 0.55% -
XYZ 9.98 6.56 25.55 -
YUV 73.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 87 54 140 0.38 0.61 0 0.45 263.02 0.44 0.38
Hex 57 36 8C 26 3D 0 2D 107 2C 26
Octal 127 66 214 46 75 0 55 407 54 46
Binary 1010111 110110 10001100 100110 111101 0 101101 100000111 101100 100110

Color Harmonies of #57368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57368C

Black with #57368C

Text Example


Text Example

White with #57368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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