Html Css Color HEX #56368C Daisy Bush

📋 copy color: '#56368C'

red 86 ◦ green 54 ◦ blue 140

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

Shades of Daisy Bush #56368C

Tints of Daisy Bush #56368C

RGB

 RED value IS 86 (33.98% from 255) = 30.71%

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

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

R = 30.71%
G = 19.29%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56368C (or 0x56368C) is known color: Daisy Bush. HEX triplet: 56, 36 and 8C. RGB value is (86,54,140). Sum of RGB (Red+Green+Blue) = 86+54+140=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #56368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56368C is #A9C973. Grayscale: #494949. Windows color (decimal): -11127156 or 9188950. OLE color: 9188950.

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

Color convert

RGB 86 54 140 -
CMYK 0.39 0.61 0 0.45
HSL 262.33º 0.44% 0.38% -
HSV(B) 262.33º 0.61% 0.55% -
XYZ 9.89 6.51 25.55 -
YUV 73.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 86 54 140 0.39 0.61 0 0.45 262.33 0.44 0.38
Hex 56 36 8C 27 3D 0 2D 106 2C 26
Octal 126 66 214 47 75 0 55 406 54 46
Binary 1010110 110110 10001100 100111 111101 0 101101 100000110 101100 100110

Color Harmonies of #56368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56368C

Black with #56368C

Text Example


Text Example

White with #56368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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